Target Interaction and Simulation Functions Font Functions navigation bar

Table of Contents > QUARC > User's Guide > QUARC MATLAB Functions > Functions - By Category > Function Categories

Error Handling Functions

QUARC provides functions for interpreting error codes and issuing error messages. These functions should not normally be necessary, since QUARC generally throws an exception with a suitable message when an error occurs, but it can be useful when developing S-functions or an error code is retrieved.

qc_get_error_message

Gets the error message corresponding to an error code.

qc_get_error_names

Returns the names of the error codes used by QUARC.

qc_error

Issues the error corresponding to an error code.

 

navigation bar