We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68272cf commit 8225a16Copy full SHA for 8225a16
crates/errors/src/lib.rs
@@ -551,8 +551,8 @@ impl ErrorMetadata {
551
| ErrorCode::Forbidden
552
| ErrorCode::ClientDisconnect
553
| ErrorCode::MisdirectedRequest
554
- | ErrorCode::RateLimited => None,
555
- ErrorCode::NotFound => Some("not_found"),
+ | ErrorCode::RateLimited
+ | ErrorCode::NotFound => None,
556
ErrorCode::OCC { .. } => Some("occ"),
557
ErrorCode::OutOfRetention => Some("out_of_retention"),
558
ErrorCode::Overloaded => Some("overloaded"),
0 commit comments