PsError

Overview

PsError is a class in Aspose.Page FOSS for Python. Inherits from: Exception.

Base PostScript error.

This class provides 1 method for working with PsError objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package. Properties: code, message.

Properties

NameTypeAccessDescription
code``ReadGets the code.
message``ReadGets the message.

Methods

SignatureDescription
__init__(code: str, message: str)

See Also