json-gen-c
0.1.5
json-gen-c generate C code for json manipulation
|
Unified error code definitions for json-gen-c. More...
Go to the source code of this file.
Enumerations | |
enum | json_gen_error_t { JSON_GEN_SUCCESS = 0 , JSON_GEN_ERROR_GENERAL = -1 , JSON_GEN_ERROR_MEMORY = -2 , JSON_GEN_ERROR_FILE_IO = -3 , JSON_GEN_ERROR_PARSE = -4 , JSON_GEN_ERROR_INVALID_PARAM = -5 , JSON_GEN_ERROR_BUFFER_OVERFLOW = -6 , JSON_GEN_ERROR_FORMAT = -7 , JSON_GEN_ERROR_NOT_FOUND = -8 , JSON_GEN_ERROR_THREAD_SAFETY = -9 , JSON_GEN_ERROR_BOUNDS = -10 } |
Error codes for json-gen-c operations. More... | |
Functions | |
const char * | json_gen_error_string (json_gen_error_t error_code) |
Get error message string for error code. | |
Unified error code definitions for json-gen-c.
enum json_gen_error_t |
Error codes for json-gen-c operations.
const char * json_gen_error_string | ( | json_gen_error_t | error_code | ) |
Get error message string for error code.
error_code | The error code |