Versions Compared

Key

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

...

TypeNameComment
INTEGERerrorCode

specifies a error code. 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

...

OptionComment
REPLACE_EXISTINGcommentWill 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
languagecpp
<Missing Example>

...