Expand description
Ipld
error definitions.
Structs§
- Block
NotFound - The block wasn’t found. The supplied string is a CID.
- Block
TooLarge - Block exceeds 1MiB.
- Error
- The
Error
type, a wrapper around a dynamic error type. - Invalid
Multihash - Hash does not match the CID.
- Type
Error - Type error.
- Unsupported
Codec - The codec is unsupported.
- Unsupported
Multihash - The multihash is unsupported.
Enums§
- Type
Error Type - Type error type.
Type Aliases§
- Result
Result<T, Error>