Int
.
Name
|
Description
|
ERROR_CORRECT (0)
|
No error.
|
ERROR_PROGRESS (1)
|
An error indicating that the result is not yet available because the computation is in progress (e.g.
of a computed item).
|
ERROR_SYSTEM (2)
|
An error originating from the operating system (e.g. a file manipulation error etc.). The codes of this
error category are equal to the error codes assigned by the operating system.
|
ERROR_SYNTAX (3)
|
A syntax error.
|
ERROR_COMPUTATION (4)
|
An error during function evaluation.
|
ERROR_DATA (6)
|
An error in a data access (e.g. an attempt at referencing a non-existent data item, an error in data
conversion, etc.)
|
ERROR_USER (5)
|
A user defined error (see the
error
function).
|
ERROR_OTHER (7)
|
Other errors not falling under the previous categories.
|