qc_get_error_message qc_error navigation bar

Table of Contents

qc_get_error_names

Returns the names of the error codes used by QUARC.

Syntax

names = qc_get_error_names
    

Description

Returns the symbolic names of the error codes used by QUARC as a cell array of strings. The index of each name in the string equals the value of the error code associated with that name. For example, if the error QERR_WOULD_BLOCK has a value of 34 then 'QERR_WOULD_BLOCK' will be the 34th element of the cell array of strings returned.

Parameters

This function has no parameters.

Outputs

names

A cell array of strings containing the names of the error codes in numerical order.

Examples

names = qc_get_error_names;
    

See Also

 

navigation bar