Expand description
Intermediate API level for service developers Intermediate API level for service developers.
This module provides advanced error handling features suitable for service layer development, including transient error handling, retry policies, and error formatting configuration.
Re-exportsยง
pub use crate::traits::TransientError;pub use crate::traits::TransientErrorExt;pub use crate::types::error_formatter::ErrorFormatter;pub use crate::types::composable_error::FingerprintConfig;