ImplicitConversionException
Represents an exception thrown when an implicit conversion to an intermediate format fails.
from nutrient_sdk import ImplicitConversionExceptionInherits from: NutrientException
Construction
ImplicitConversionException()Creates a new ImplicitConversionException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.