Type | Name | Description | Notes |
Int | code | Contains the code of the error. Its interpretation depends on the origin. | |
String | message | Contains a descriptive message for the error. | |
IliErrorOrigin | origin | Contains the origin of the error. The possible string values are:
UnknownOrigin
DbmsServer
DbmsClientAPI
DbLink
InForm
Application
| |
String | prettyMessage | Contains a combination of the error origin, the error code, and the error message. | read-only |
IliErrorSeverity | severity | Contains the severity of the error. The possible string values are:
| |
Callback | IliErrorMessage | Adds a global error sink. When an error occurs, it will be forwarded to this error sink.
The sink parameter can be either:
| |
Callback | IliErrorMessage | Removes a global error sink. | |