#include <BxObject.h>
Inheritance diagram for BxObject:

Public Member Functions | |
| int | getErrorCode () |
| char * | getErrorMessage () const |
|
|
Get and clear the current value of the global error code.
The current global error code is the value set by the most recent method that detected and logged an error. The global error code stores a single value that is overwritten each time a method logs an error.
|
|
|
Get a pre-defined error message corresponding to the current value of the global error code. Pre-defined error messages are mapped by error code. The current value of the global error code for the BinX library is used to select the appropriate error message.
|
1.3.3