InvalidArgumentException
Represents an exception that is thrown when an argument provided to a method is not valid.
from nutrient_sdk import InvalidArgumentExceptionInherits from: NutrientException
Construction
InvalidArgumentException()Creates a new InvalidArgumentException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strUndocumented.
Type: str
Read-only property.