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 223ccc1 commit 7680bacCopy full SHA for 7680bac
src/util/errors.rs
@@ -147,7 +147,7 @@ impl From<DieselError> for BoxedAppError {
147
match err {
148
DieselError::NotFound => not_found(),
149
e if is_read_only_error(&e) => {
150
- let detail = "crates.io is currently in read-only mode for maintenance. Please try again later.";
+ let detail = "crates.io is currently in read-only mode. Please check https://status.crates.io/ for details and try again later.";
151
custom(StatusCode::SERVICE_UNAVAILABLE, detail)
152
}
153
DieselError::DatabaseError(DatabaseErrorKind::ClosedConnection, _) => {
0 commit comments