Module error

Module error 

Source
Expand description

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 Aliases§

Result
Result<T, Error>