User defined errors

>User defined error codes

User defined error codes

This constant allows user defined errors to be used with THROW ERR in a TRY block.

DEF ENUM enumeration name KCML_USERERR_TYPES_ENUM

Enumeration ValueValueDescription
_KCML_USER_ERROR1000Lowest value for user defined error for use with THROW
_KCML_USER_ERROR_HIGH9999Highest value for user defined error for use with THROW

Back to the list of Enumerations and Constants