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

Represents an exception that occurs when an invalid license is detected within the Nutrient SDK. Provides details on the reason for the invalid license to facilitate troubleshooting.

from nutrient_sdk import InvalidLicenseException

Inherits from: NutrientException

Construction

InvalidLicenseException()

Creates a new InvalidLicenseException instance with default settings.

Properties

exception_reason

@property
def exception_reason(self) -> str

Undocumented.

Type: str

Read-only property.