Error handling

Error handling follows the OLE Automation Exception rules. Whether the error message can be catched and whether Number and/or Description are available depends on the programming or scripting language used. Using late binding you will usually only receive the error Number and using early binding you will most likely receive both error Number and error Description.

The following errors can be thrown:

Number

Description

PROPERTY_ERROR = 0x80040401

Property 'par' is required but has not been specified.

SUBMIT_ERROR = 0x80040402

The error message returned by the underlying SSubmitJob API.

These errors are thrown with SEVERITY_ERROR and FACILITY_ITF.