Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeNameComment
INTEGERerrorCode

specifies a error code. The

Note that it's value shall be in range from FIRST_USER_DEFINED_ERROR_CODE to LAST_USER_DEFINED_ERROR_CODE defined in sdai.h (e.g. 20000-29999).

Also the error code must not conflict with system error codes, see Windows System Error Codes and Linux System Error Codes

STRINGerrorTextspecifies an error message that corresponds to the givenĀ  error code.
INTEGERoptionssee below

...