1 2 3 4 5 6 7
//! Error types shared across the public API. //! //! Re-exported from `behest-core`. pub use behest_core::error::{ ContextError, Error, ProviderError, Result, StorageError, ToolError, TransportError, };