![]() |
ErrorLib 1.0.8-master SHA: 810228da25
|
The error reaction is called on occurence of the error. More...
#include <Error.h>
Data Fields | |
| const fpOnErrorX | fpErrorReaction |
| Function to be called. More... | |
| const char * | cName |
| Name of the Function. More... | |
| const uint32_t | ui32NameSize |
| StrLen of Name. More... | |
| const char * | cHelp |
| Help Text. See Page Help-texts in Errors for details. More... | |
| const uint32_t | ui32HelpSize |
| StrLen of Help. More... | |
The error reaction is called on occurence of the error.
See Page Actions on Error set and reset for details. This structure holds the function and some metadata.
| const char* cHelp |
Help Text. See Page Help-texts in Errors for details.
| const char* cName |
Name of the Function.
| const fpOnErrorX fpErrorReaction |
Function to be called.
| const uint32_t ui32HelpSize |
StrLen of Help.
| const uint32_t ui32NameSize |
StrLen of Name.