Module libipld_cbor::error[][src]

Expand description

CBOR error types.

Structs

InvalidCidPrefix

The byte before Cid was not multibase identity prefix.

LengthOutOfRange

Length larger than usize or too small, for example zero length cid field.

MissingKey

Missing key.

NumberOutOfRange

Number larger than u64.

UnexpectedCode

Unexpected cbor code.

UnexpectedEof

Unexpected eof.

UnexpectedKey

Unexpected key.

UnknownTag

Unknown cbor tag.