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

#include <ctoon.h>

Data Fields

ctoon_ptr_code code
 
const char * msg
 
size_t pos
 

Detailed Description

Error information for TOON pointer.

Definition at line 3863 of file ctoon.h.

Field Documentation

◆ code

ctoon_ptr_code ctoon_ptr_err::code

Error code, see ctoon_ptr_code for all possible values.

Definition at line 3865 of file ctoon.h.

◆ msg

const char* ctoon_ptr_err::msg

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

Definition at line 3867 of file ctoon.h.

◆ pos

size_t ctoon_ptr_err::pos

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

Definition at line 3869 of file ctoon.h.


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