Return error messages based on error ID (needed to translate messages for other applications) More...
#include <compiler.h>
Public Types | |
typedef const std::wstring(* | ErrorCallback )(ErrorCode error) |
Type of the callback. | |
Public Member Functions | |
ErrorMessages () | |
Static Public Member Functions | |
static const std::wstring | defaultCallback (ErrorCode error) |
Default callback. |
Return error messages based on error ID (needed to translate messages for other applications)
Definition at line 162 of file compiler.h.
typedef const std::wstring(* Aseba::ErrorMessages::ErrorCallback)(ErrorCode error) |
Type of the callback.
Definition at line 168 of file compiler.h.