Represents an exception that is thrown when an index is out of the valid range.

from nutrient_sdk import IndexOutOfBoundsException

Inherits from: NutrientException

Construction

IndexOutOfBoundsException()

Creates a new IndexOutOfBoundsException instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

Undocumented.

Type: str

Read-only property.