Skip to main content

behest/
error.rs

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