This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/exceptions/unsupported-conversion.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. UnsupportedConversion

Represents an exception that is thrown when the requested document conversion is not supported.

This exception indicates that the source and target formats cannot be converted between — for example, exporting to a format the document type does not support. It extends NutrientException to provide additional context for conversion failures.

from nutrient_sdk import UnsupportedConversion

Inherits from: NutrientException

Construction

UnsupportedConversion()

Creates a new UnsupportedConversion instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

Undocumented.

Type: str

Read-only property.