NullOrEmptyParameterException
Represents an exception thrown when a method parameter is null or an empty string.
from nutrient_sdk import NullOrEmptyParameterExceptionInherits from: NutrientException
Construction
NullOrEmptyParameterException()Creates a new NullOrEmptyParameterException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.