errorType

Gets the type corresponding to the error message from the last function called.

Synopsis

errorType ()

Return Value

An Imsl_error enum value is returned.

Description

The Imsl_error enum type has seven values: NOTE, ALERT, WARNING, FATAL, TERMINAL, WARNING_IMMEDIATE and FATAL_IMMEDIATE. See Kinds of Errors and Default Actions for more details.

Example

See errorMessage for an example.