1
Description
This enumerator indicates the type of error / warning raised.
- MemoryError
-
The raised error indicates some issue during memory allocation.
- LicenceError
-
The raised error indicates an issue with the licence of the NAG Library.
- UnexpectedError
-
The raised error was not expected. Please contact NAG via
the NAG Technical Support Service with details of the error message and what you were doing when it occurred.
- CallbackError
-
The error was raised in a callback.
- GeneralError
-
The error was raised by the algorithmic engine, and no more descriptive type was appropriate.
- GeneralWarning
-
The warning was raised by the algorithmic engine, and no more descriptive type was appropriate.
- GenericError
-
As per
ErrorType::GeneralError, but the error was raised by the wrapper as opposed to the algorithmic engine.
- NoError
-
No error or warning was raised.