CBOR_ERR_NONE

Undocumented in source.

Values

ValueMeaning
CBOR_ERR_NONE0
CBOR_ERR_NOTENOUGHDATA1
CBOR_ERR_NODATA2
CBOR_ERR_MALFORMATED3
CBOR_ERR_MEMERROR4

Memory error - item allocation failed. Is it too big for your allocator?

CBOR_ERR_SYNTAXERROR5

Stack parsing algorithm failed

Meta