CToon C 0.6.1
A C99 TOON/JSON serialization library
Loading...
Searching...
No Matches
ctoon_read_err Struct Reference

#include <ctoon.h>

Data Fields

ctoon_read_code code
 
const char * msg
 
size_t pos
 

Detailed Description

Error information for TOON reader.

Definition at line 884 of file ctoon.h.

Field Documentation

◆ code

ctoon_read_code ctoon_read_err::code

Error code, see ctoon_read_code for all possible values.

Definition at line 886 of file ctoon.h.

◆ msg

const char* ctoon_read_err::msg

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

Definition at line 888 of file ctoon.h.

◆ pos

size_t ctoon_read_err::pos

Error byte position for input data (0 if success).

Definition at line 890 of file ctoon.h.


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