InvalidSettingsException
Represents an exception thrown when settings use an invalid format.
from nutrient_sdk import InvalidSettingsExceptionInherits from: NutrientException
Construction
InvalidSettingsException()Creates a new InvalidSettingsException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.