libcbor  0.5.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Data Fields
cbor_error Struct Reference

High-level decoding error. More...

#include <data.h>

Data Fields

size_t position
 Aproximate position. More...
 
cbor_error_code code
 Description. More...
 

Detailed Description

High-level decoding error.

Definition at line 171 of file data.h.

Field Documentation

§ code

cbor_error_code cbor_error::code

Description.

Definition at line 175 of file data.h.

§ position

size_t cbor_error::position

Aproximate position.

Definition at line 173 of file data.h.


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