Previous Next Chapter

FAULT command

Purpose:

This command will return a human readable explanation corresponding to an error code.

Format:

FAULT [CODE] <Error code>

Template:

FAULT CODE/A/N

Parameters:

CODE

Error code to return a human readable explanation for.

Errors:

-

Result:

-

Example:

/* Query the error message corresponding to error code #205. */
ADDRESS workbench
OPTIONS RESULTS
FAULT 205
SAY result

Top Previous Next Chapter