FeatureUnLicensedException
Represents an exception thrown when an operation requires a feature that is not licensed.
from nutrient_sdk import FeatureUnLicensedExceptionInherits from: NutrientException
Construction
FeatureUnLicensedException()Creates a new FeatureUnLicensedException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.