Project Name
Version 1.0
|
Defines the error reporting structure. The structure should be allocated by the user. More...
#include <jh_datatypes.h>
Data Fields | |
jh_result_t | code |
char | description [MSG_SIZE] |
Defines the error reporting structure. The structure should be allocated by the user.
Definition at line 78 of file jh_datatypes.h.
jh_result_t jh_error_ts::code |
Result code.
Definition at line 79 of file jh_datatypes.h.
char jh_error_ts::description[MSG_SIZE] |
User-provided string containing the error description. Maximum length is MSG_SIZE characters.
Definition at line 80 of file jh_datatypes.h.