Module: Katello::HttpErrors

Defined in:
app/controllers/katello/http_errors.rb

Defined Under Namespace

Classes: BadRequest, Conflict, Forbidden, InternalError, NotFound, ServiceUnavailable, Unauthorized, UnprocessableEntity, WrappedError

Constant Summary collapse

BAD_REQUEST =
400
UNAUTHORIZED =
401
FORBIDDEN =
403
NOT_FOUND =
404
CONFLICT =
409
UNPROCESSABLE_ENTITY =
422
INTERNAL_ERROR =
500
SERVICE_UNAVAILABLE =
503