Represents an exception thrown when an SDK operation fails.
from nutrient_sdk import SdkExceptionInherits from: NutrientException
Construction
SdkException()Creates a new SdkException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.