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

Represents an exception thrown when a password-protected document cannot be opened because the password is missing or incorrect.

from nutrient_sdk import InvalidPasswordException

Inherits from: NutrientException

Construction

InvalidPasswordException()

Creates a new InvalidPasswordException instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

Undocumented.

Type: str

Read-only property.