Project Name  Version 1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
jh_error_ts Struct Reference

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]

Detailed Description

Defines the error reporting structure. The structure should be allocated by the user.

Definition at line 78 of file jh_datatypes.h.

Field Documentation

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.


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