Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
yyjson_ptr_err Struct Reference

#include <yyjson.h>

Data Fields

yyjson_ptr_code code
const char * msg
size_t pos

Detailed Description

Error information for JSON pointer.

Definition at line 4298 of file yyjson.h.

Field Documentation

◆ code

yyjson_ptr_code yyjson_ptr_err::code

Error code, see yyjson_ptr_code for all possible values.

Definition at line 4300 of file yyjson.h.

◆ msg

const char* yyjson_ptr_err::msg

Error message, constant, no need to free (NULL if no error).

Definition at line 4302 of file yyjson.h.

◆ pos

size_t yyjson_ptr_err::pos

Error byte position for input JSON pointer (0 if no error).

Definition at line 4304 of file yyjson.h.


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