mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 11:40:38 +00:00
proxy: error typo (#5187)
## Problem https://github.com/neondatabase/neon/pull/5162#discussion_r1311853491
This commit is contained in:
@@ -64,7 +64,7 @@ pub mod errors {
|
||||
}
|
||||
http::StatusCode::LOCKED => {
|
||||
// Status 423: project might be in maintenance mode (or bad state), or quotas exceeded.
|
||||
format!("{REQUEST_FAILED}: endpoint is temporary unavailable. check your quotas and/or contract our support")
|
||||
format!("{REQUEST_FAILED}: endpoint is temporary unavailable. check your quotas and/or contact our support")
|
||||
}
|
||||
_ => REQUEST_FAILED.to_owned(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user