errorType¶
Gets the type corresponding to the error message from the last function called.
Synopsis¶
errorType ()
Return Value¶
An Imsls_error enum value is returned.
Description¶
The Imsls_error enum type has seven values: IMSLS_NOTE,
IMSLS_ALERT, IMSLS_WARNING, IMSLS_FATAL, IMSLS_TERMINAL,
IMSLS_WARNING_IMMEDIATE and IMSLS_FATAL_IMMEDIATE. See
Kinds of Errors and Default Actions for more
details.
Example¶
See errorMessage for an example.