ErrorLib 1.0.8-master SHA: 810228da25
tOnErrorReaction Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ cHelp

const char* cHelp

Help Text. See Page Help-texts in Errors for details.

◆ cName

const char* cName

Name of the Function.

◆ fpErrorReaction

const fpOnErrorX fpErrorReaction

Function to be called.

◆ ui32HelpSize

const uint32_t ui32HelpSize

StrLen of Help.

◆ ui32NameSize

const uint32_t ui32NameSize

StrLen of Name.


The documentation for this struct was generated from the following file: