IncompatibleTypeException
Represents an exception thrown when a value has a type that is incompatible with an operation.
from nutrient_sdk import IncompatibleTypeExceptionInherits from: NutrientException
Construction
IncompatibleTypeException()Creates a new IncompatibleTypeException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.