Represents an exception that is thrown when an operation is performed on an object in an invalid state.

from nutrient_sdk import InvalidStateException

Inherits from: NutrientException

Construction

InvalidStateException()

Creates a new InvalidStateException instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

Undocumented.

Type: str

Read-only property.