AlreadyOpenForEditionException
Represents an exception thrown when a document is already open for editing.
from nutrient_sdk import AlreadyOpenForEditionExceptionInherits from: NutrientException
Construction
AlreadyOpenForEditionException()Creates a new AlreadyOpenForEditionException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.