mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-21 23:20:40 +00:00
doc: minor enhancements
This commit is contained in:
@@ -2858,7 +2858,7 @@ impl Service {
|
||||
Error::ApiError(StatusCode::BAD_REQUEST, msg) => {
|
||||
ApiError::BadRequest(anyhow::anyhow!("{node}: {msg}"))
|
||||
}
|
||||
// rest can be mapped
|
||||
// rest can be mapped as usual
|
||||
other => passthrough_api_error(&node, other),
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user