libcbor 0.12.0
libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
Loading...
Searching...
No Matches
cbor_error Struct Reference

High-level decoding error. More...

#include <data.h>

Data Fields

size_t position
 Approximate position.
 
cbor_error_code code
 Description.
 

Detailed Description

High-level decoding error.

Definition at line 193 of file data.h.

Field Documentation

◆ code

cbor_error_code cbor_error::code

Description.

Definition at line 197 of file data.h.

◆ position

size_t cbor_error::position

Approximate position.

Definition at line 195 of file data.h.


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