InvalidLicenseException
Represents an exception that occurs when an invalid license is detected within the Nutrient SDK. Provides details on the reason for the invalid license to facilitate troubleshooting.
from nutrient_sdk import InvalidLicenseExceptionInherits from: NutrientException
Construction
InvalidLicenseException()Creates a new InvalidLicenseException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strUndocumented.
Type: str
Read-only property.