# bucketwarden-errors
[](../../Cargo.toml)
[](Cargo.toml)
[](../../.ssot/registry.json)
`bucketwarden-errors` owns S3 service-specific error catalogs and retry classification helpers used by BucketWarden compatibility reporting and runtime responses.
## Install
```toml
bucketwarden-errors = { path = "../bucketwarden-errors" }
```
## Usage
```rust
let retryable = bucketwarden_errors::error_response_is_retryable(503);
let catalog = bucketwarden_errors::s3_service_specific_error_catalog();
```
## Crate Links
- Used by [`bucketwarden-server`](../bucketwarden-server/README.md).
- Complements [`bucketwarden-s3`](../bucketwarden-s3/README.md), [`bucketwarden-http`](../bucketwarden-http/README.md), and [`bucketwarden-xml`](../bucketwarden-xml/README.md).
## Author
Jacob Stewart `<jacob@swarmauri.com>`