[][src]Module libipld_core::error

Ipld error definitions.

Structs

BlockNotFound

The block wasn't found. The supplied string is a CID.

BlockTooLarge

Block exceeds 1MiB.

Error

The Error type, a wrapper around a dynamic error type.

InvalidMultihash

Hash does not match the CID.

TypeError

Type error.

UnsupportedCodec

The codec is unsupported.

UnsupportedMultihash

The multihash is unsupported.

Enums

TypeErrorType

Type error type.

Type Definitions

Result

Result<T, Error>