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

Represents an exception that is thrown when an argument provided to a method is not valid.

from nutrient_sdk import InvalidArgumentException

Inherits from: NutrientException

Construction

InvalidArgumentException()

Creates a new InvalidArgumentException instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

Undocumented.

Type: str

Read-only property.