bucketwarden-errors 0.1.0

BucketWarden S3 error catalogs and retry classification.
Documentation
  • Coverage
  • 0%
    0 out of 10 items documented0 out of 4 items with examples
  • Size
  • Source code size: 109.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 323.16 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cobycloud

bucketwarden-errors

License: Apache-2.0 Rust crate SSOT governed

bucketwarden-errors owns S3 service-specific error catalogs and retry classification helpers used by BucketWarden compatibility reporting and runtime responses.

Install

bucketwarden-errors = { path = "../bucketwarden-errors" }

Usage

let retryable = bucketwarden_errors::error_response_is_retryable(503);
let catalog = bucketwarden_errors::s3_service_specific_error_catalog();

Crate Links

Author

Jacob Stewart <jacob@swarmauri.com>