| json-c
    0.17
    | 
| Data Fields | |
| int | errno_code | 
| size_t | patch_failure_idx | 
| const char * | errmsg | 
Details of an error that occurred during json_patch_apply()
| const char* json_patch_error::errmsg | 
A human readable error message. Allocated from static storage, does not need to be freed.
| int json_patch_error::errno_code | 
An errno value indicating what kind of error occurred. Possible values include:
| size_t json_patch_error::patch_failure_idx | 
The index into the patch array of the operation that failed, or SIZE_T_MAX for overall errors.
 1.8.2
 1.8.2