NutrientArgumentNullException
Represents an exception thrown when a required argument is null.
from nutrient_sdk import NutrientArgumentNullExceptionInherits from: NutrientException
Construction
NutrientArgumentNullException()Creates a new NutrientArgumentNullException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.