error_type
Gets the type corresponding to the error message from the last function called.
Synopsis
#include <imsls.h>
Imsls_error imsls_error_type ()
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
error_message for an example.