Module: BitBucket::Error

Defined in:
lib/bitbucket_rest_api/error/forbidden.rb,
lib/bitbucket_rest_api/error.rb,
lib/bitbucket_rest_api/error/no_events.rb,
lib/bitbucket_rest_api/error/not_found.rb,
lib/bitbucket_rest_api/error/bad_events.rb,
lib/bitbucket_rest_api/error/bad_request.rb,
lib/bitbucket_rest_api/error/blank_value.rb,
lib/bitbucket_rest_api/error/validations.rb,
lib/bitbucket_rest_api/error/client_error.rb,
lib/bitbucket_rest_api/error/unauthorized.rb,
lib/bitbucket_rest_api/error/service_error.rb,
lib/bitbucket_rest_api/error/unknown_value.rb,
lib/bitbucket_rest_api/error/invalid_options.rb,
lib/bitbucket_rest_api/error/required_params.rb,
lib/bitbucket_rest_api/error/service_unavailable.rb,
lib/bitbucket_rest_api/error/unprocessable_entity.rb,
lib/bitbucket_rest_api/error/internal_server_error.rb

Overview

Raised when BitBucket returns the HTTP status code 500

Defined Under Namespace

Classes: BadEvents, BadRequest, BitBucketError, BlankValue, ClientError, Forbidden, InternalServerError, InvalidOptions, NoEvents, NotFound, RequiredParams, ServiceError, ServiceUnavailable, Unauthorized, UnknownValue, UnprocessableEntity, Validations