InvalidTemplateException
Represents an exception thrown when an invalid template model is applied to a template.
from nutrient_sdk import InvalidTemplateExceptionInherits from: NutrientException
Construction
InvalidTemplateException()Creates a new InvalidTemplateException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.