Task Scheduler  f3c51100
Error Codes

Error Codes Library Specific Error codes. More...

Enumerations

enum  SchErrCode
 Set of valid error codes. Anything equal to one or greater is considered as a success.
 

Functions

TASH_SCH_EXTERN const char * schErrorMsg (int errMsg)
 

Detailed Description

Error Codes Library Specific Error codes.

Function Documentation

◆ schErrorMsg()

TASH_SCH_EXTERN const char* schErrorMsg ( int  errMsg)

Get error code human readable error-message.

See also
SchErrCode
Remarks
Do not call free or delete on the return character pointer. This is because the error message are stored in read only memory in the library.
Since
0.1.0
Parameters
errMsgzero or negative number.
Returns
non-null terminated string.