Skip to main content

Module error

Module error 

Source
Expand description

Error types for fork operations.

This module contains all error types used throughout the pop-fork crate, organized by context:

Re-exports§

pub use block::BlockError;
pub use builder::BlockBuilderError;
pub use cache::CacheError;
pub use executor::ExecutorError;
pub use local::LocalStorageError;
pub use remote::RemoteStorageError;
pub use rpc::RpcClientError;
pub use txpool::TxPoolError;

Modules§

block
Errors from block operations.
builder
Error types for block builder operations.
cache
Cache-related error types.
executor
Error types for runtime executor operations.
local
Local storage layer error types.
remote
Remote storage layer error types.
rpc
RPC client error types.
txpool
Txpool error types.