#include <FUError.h>
Public Member Functions | |
| FUErrorSimpleHandler (FUError::Level fatalLevel=FUError::ERROR_LEVEL) | |
| Constructor. | |
| ~FUErrorSimpleHandler () | |
| Destructor. | |
| const char * | GetErrorString () const |
| Retrieves the complete error string. | |
| bool | IsSuccessful () const |
| Retrieves whether the process was successful. | |
It simply retrieves and concatenates the english error strings.
|
|
Constructor.
|
|
|
Retrieves the complete error string. The complete error string is the concatenation of all the indivual errors encountered.
|
|
|
Retrieves whether the process was successful.
|
1.4.6-NO