Module prelude

Source
Expand description

Common error handling prelude

Import this to get access to the most commonly used error types and utilities:

use pulseengine_mcp_protocol::errors::prelude::*;

Re-exports§

pub use super::BackendErrorExt;
pub use super::CommonError;
pub use super::CommonResult;
pub use super::ErrorContext;
pub use super::ErrorContextExt;
pub use super::Error;
pub use super::ErrorCode;
pub use super::McpResult;