PdfEditException
Represents an exception thrown when a PDF editing operation fails, such as deskewing a page, appending a document, or applying redactions.
from nutrient_sdk import PdfEditExceptionInherits from: NutrientException
Construction
PdfEditException()Creates a new PdfEditException instance with default settings.
Properties
exception_reason
@propertydef exception_reason(self) -> strThe reason the exception was thrown.
Type: str
Read-only property.