...
Type | Name | Comment |
INTEGER | errorCode | specifies a error code. The error code must not conflict with system error codes, see |
STRING | errorText | specifies an error message that corresponds to the given error code. |
INTEGER | options | see below |
...
Option | Comment |
REPLACE_EXISTINGcomment | Will replace an existing error code with the one given by the function |
DELETE_EXISTING | Will delete the given error code from the system |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
...