...
Type | Name | Comment |
INTEGER | errorCode | specifies a error code. Note that it's value shall be in range from FIRSTXPXFIRST_USER_DEFINED_ERROR_CODE to LASTXPXLAST_USER_DEFINED_ERROR_CODE defined in sdai.h (e.g. now it is 20000-29999). Also the error code must not conflict with system error codes, see Windows System Error Codes and Linux System Error Codes |
STRING | errorText | specifies an error message that corresponds to the givenĀ error code. |
INTEGER | options | see below |
...