Gets the type corresponding to the error message from the last function called.
#include <imsl.h>
Imsl_error imsl_error_type ()
An Imsl_error enum value is returned.
The Imsl_error enum type has seven values: IMSL_NOTE, IMSL_ALERT, IMSL_WARNING, IMSL_FATAL, IMSL_TERMINAL, IMSL_WARNING_IMMEDIATE and IMSL_FATAL_IMMEDIATE. See Kinds of Errors and Default Actions for more details.
See error_message for an example.