Module: Vibe::Error

Included in:
Cache, Request
Defined in:
lib/vibe/error/forbidden.rb,
lib/vibe/error.rb,
lib/vibe/error/not_found.rb,
lib/vibe/error/bad_request.rb,
lib/vibe/error/validations.rb,
lib/vibe/error/client_error.rb,
lib/vibe/error/unauthorized.rb,
lib/vibe/error/service_error.rb,
lib/vibe/error/unknown_value.rb,
lib/vibe/error/invalid_options.rb,
lib/vibe/error/required_params.rb,
lib/vibe/error/service_unavailable.rb,
lib/vibe/error/unprocessable_entity.rb,
lib/vibe/error/internal_server_error.rb

Overview

Raised when Vibe returns the HTTP status code 500

Defined Under Namespace

Classes: BadRequest, ClientError, Forbidden, InternalServerError, InvalidOptions, NotFound, RequiredParams, ServiceError, ServiceUnavailable, Unauthorized, UnknownValue, UnprocessableEntity, Validations, VibeError