Represents an exception thrown when an export operation cannot be completed.
from nutrient_sdk import ExportExceptionInherits from: NutrientException
Construction
ExportException()Creates a new ExportException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.