Error message information. More...
Public Attributes | |
eError | m_uError |
Burgerlib error message. | |
uint32_t | m_uSystemError |
Operating system native error code (if applicable) | |
char | m_Message [256] |
Error message in English. | |
Error message information.
When a Burgerlib function fails, it will call set_last_error(eError, uint32_t, const char*) to set the thread local global error message. This message will remain until either cleared or overwritten with a new error message. Contained is the Burgerlib error code, a native operating system error code (if applicable), and a detailed message as to what the error was.
char Burger::error_message_t::m_Message[256] |
Error message in English.
eError Burger::error_message_t::m_uError |
Burgerlib error message.
uint32_t Burger::error_message_t::m_uSystemError |
Operating system native error code (if applicable)