...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxDefineErrorCode (errorCode : INTEGER;
errorText : STRING;
options : INTEGER)
status : INTEGER;
|
Use this function to add a user defined error code to the list of EDMinterface error codes.
The argument <errorCode> specifies a EDMinterface error code.
The argument <errorText>
Arguments
...
Type | Name | Comment |
INTEGER | errorCode | specifies a error code |
STRING | errorText | specifies an error message that corresponds to the |
...
given error code. |
...
INTEGER | options | see below |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Option | Comment |
REPLACE_EXISTING | comment |
DELETE_EXISTING |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
...