diff --git a/pkg/httperrors/consts.go b/pkg/httperrors/consts.go index ee364e7b43..469c5b3324 100644 --- a/pkg/httperrors/consts.go +++ b/pkg/httperrors/consts.go @@ -134,7 +134,7 @@ var ( ErrMissingParameter: 400, ErrInsufficientResource: 400, - ErrOutOfResource: 500, + ErrOutOfResource: 507, ErrOutOfQuota: 400, ErrOutOfRange: 400, ErrOutOfLimit: 400,