mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
web/api/v1: rename http status code. (#7864)
Signed-off-by: johncming <johncming@yahoo.com>
This commit is contained in:
parent
d30f202c08
commit
a14245b4b1
|
@ -1514,7 +1514,7 @@ func (api *API) respondError(w http.ResponseWriter, apiErr *apiError, data inter
|
|||
case errorBadData:
|
||||
code = http.StatusBadRequest
|
||||
case errorExec:
|
||||
code = 422
|
||||
code = http.StatusUnprocessableEntity
|
||||
case errorCanceled, errorTimeout:
|
||||
code = http.StatusServiceUnavailable
|
||||
case errorInternal:
|
||||
|
|
Loading…
Reference in a new issue