comet.CometError¶
- class comet.CometError¶
- Inherits:
The exception raised by most comet functions when an internal error occurs. Since there are several hundred of internal errors that can occur this class sums them all up instead of having one error class for each possible error.
Methods¶
- CometError.getMessage()¶
Get a extended description about the occured error.
- Returns:
The error message
- Return type:
- Available:
InDesign® comet_pdf® Illustrator®
- CometError.getCode()¶
Get the error code as a number.
- Returns:
The error code
- Return type:
- Available:
InDesign® comet_pdf® Illustrator®
Special methods¶
- CometError.__init__(errorCode, errorMessage, additionalInfo='')¶
Constructor for internal use.