This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/exceptions/invalid-state-exception.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. InvalidStateException

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.