#include <NdbError.hpp>
A NdbError consists of five parts:
Error status is usually used for programming against errors. If more detailed error control is needed, it is possible to use the error classification.
It is not recommended to write application programs dependent on specific error codes.
The error messages and error details may change without notice.
For example of use, see ndbapi_retries.cpp.
|
|
Status categorizes error codes into status values reflecting what the application should do when encountering errors
|
|
Error type |
|
Error code |
|
The detailed description. This is extra information regarding the error which is not included in the error message.
|
|
Error message |
|
Error status. |