UnsupportedFormatException
Represents an exception thrown when a document format is not recognized or not supported by the SDK (e.g., attempting to open a file whose content cannot be identified as any supported document format, or whose format has no registered handler).
from nutrient_sdk import UnsupportedFormatExceptionInherits from: NutrientException
Construction
UnsupportedFormatException()Creates a new UnsupportedFormatException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strUndocumented.
Type: str
Read-only property.