|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
#include <yyjson.h>
Data Fields | |
| yyjson_write_code | code |
| const char * | msg |
| yyjson_write_code yyjson_write_err::code |
Error code, see yyjson_write_code for all possible values.
Definition at line 1336 of file yyjson.h.
Referenced by mut_write_root(), mut_write_root_minify(), mut_write_root_pretty(), write_dat_to_fp(), write_root(), yyjson_mut_val_write_buf(), yyjson_mut_val_write_file(), yyjson_mut_val_write_fp(), yyjson_val_write_buf(), yyjson_val_write_file(), and yyjson_val_write_fp().
| const char* yyjson_write_err::msg |
Error message, constant, no need to free (NULL if success).
Definition at line 1338 of file yyjson.h.
Referenced by mut_write_root(), mut_write_root_minify(), mut_write_root_pretty(), write_dat_to_fp(), write_root(), yyjson_mut_val_write_buf(), yyjson_mut_val_write_file(), yyjson_mut_val_write_fp(), yyjson_val_write_buf(), yyjson_val_write_file(), and yyjson_val_write_fp().