InvalidPasswordException
Represents an exception thrown when a password-protected document cannot be opened because the password is missing or incorrect.
from nutrient_sdk import InvalidPasswordExceptionInherits from: NutrientException
Construction
InvalidPasswordException()Creates a new InvalidPasswordException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strUndocumented.
Type: str
Read-only property.