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

#include <ctoon.h>

Collaboration diagram for ctoon_patch_err:

Data Fields

ctoon_patch_code code
 
size_t idx
 
const char * msg
 
ctoon_ptr_err ptr
 

Detailed Description

Error information for TOON patch.

Definition at line 4451 of file ctoon.h.

Field Documentation

◆ code

ctoon_patch_code ctoon_patch_err::code

Error code, see ctoon_patch_code for all possible values.

Definition at line 4453 of file ctoon.h.

◆ idx

size_t ctoon_patch_err::idx

Index of the error operation (0 if no error).

Definition at line 4455 of file ctoon.h.

◆ msg

const char* ctoon_patch_err::msg

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

Definition at line 4457 of file ctoon.h.

◆ ptr

ctoon_ptr_err ctoon_patch_err::ptr

TOON pointer error if code == CTOON_PATCH_ERROR_POINTER.

Definition at line 4459 of file ctoon.h.


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