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 UnsupportedConversionInherits from: NutrientException
Construction
UnsupportedConversion()Creates a new UnsupportedConversion instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strUndocumented.
Type: str
Read-only property.