Task Scheduler  3d2d7233
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. More...
 

Functions

const TASH_SCH_EXTERN char * schErrorMsg (int errMsg)
 

Detailed Description

Error Codes Library Specific Error codes.

Enumeration Type Documentation

◆ SchErrCode

enum SchErrCode

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

Function Documentation

◆ schErrorMsg()

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