Docs.rs
  • error-forge-0.9.6
    • error-forge 0.9.6
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jamesgober
    • Dependencies
      • async-trait ^0.1.74 normal optional
      • atty ^0.2 normal
      • error-forge-derive ^0.2.1 normal optional
      • log ^0.4 normal optional
      • once_cell ^1.8 normal optional
      • paste ^1.0 normal
      • rand ^0.8.5 normal
      • serde ^1.0 normal optional
      • thiserror ^1.0 normal
      • tracing ^0.1 normal optional
      • serde_json ^1.0 dev
      • tokio ^1.0 dev
    • Versions
    • 85.35% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

error_forge0.9.6

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Derive Macros

List of all items

Structs

  • collector::ErrorCollector
  • console_theme::ConsoleTheme
  • context::ContextError
  • logging::custom::CustomErrorLogger
  • logging::custom::ErrorLoggerBuilder
  • logging::log_impl::LogAdapter
  • logging::tracing_impl::TracingAdapter
  • macros::ErrorContext
  • recovery::CircuitBreaker
  • recovery::CircuitBreakerConfig
  • recovery::CircuitOpenError
  • recovery::ExponentialBackoff
  • recovery::FixedBackoff
  • recovery::LinearBackoff
  • recovery::RetryExecutor
  • recovery::RetryPolicy
  • registry::CodedError
  • registry::ErrorCodeInfo
  • registry::ErrorRegistry

Enums

  • error::AppError
  • macros::ErrorLevel
  • recovery::CircuitState

Traits

  • async_error::AsyncForgeError
  • collector::CollectError
  • context::ResultExt
  • error::ForgeError
  • logging::ErrorLogger
  • recovery::Backoff
  • recovery::ForgeErrorRecovery
  • registry::WithErrorCode

Macros

  • define_errors
  • group

Derive Macros

  • ModError

Functions

  • console_theme::install_panic_hook
  • console_theme::print_error
  • logging::log_error
  • logging::log_impl::init
  • logging::logger
  • logging::register_logger
  • logging::tracing_impl::init
  • macros::register_error_hook
  • registry::register_error_code

Type Aliases

  • async_error::AsyncResult
  • error::Result
  • recovery::RecoveryResult