The following table lists the classification codes used in
Section 5.2, “NDB API Errors and Error Handling”, and their descriptions.
These can also be found in the file
/storage/ndb/src/ndbapi/ndberror.c
.
Classification Code | Error Status | Description |
---|---|---|
NE | Success | No error |
AE | Permanent error | Application error |
CE | Permanent error | Configuration or application error |
ND | Permanent error | No data found |
CV | Permanent error | Constraint violation |
SE | Permanent error | Schema error |
OE | Permanent error | Schema object already exists |
UD | Permanent error | User defined error |
IS | Permanent error | Insufficient space |
TR | Temporary error | Temporary Resource error |
NR | Temporary error | Node Recovery error |
OL | Temporary error | Overload error |
TO | Temporary error | Timeout expired |
NS | Temporary error | Node shutdown |
IT | Temporary error | Internal temporary |
UR | Unknown result | Unknown result error |
UE | Unknown result | Unknown error code |
IE | Permanent error | Internal error |
NI | Permanent error | Function not implemented |