Sha256: aca6a941812364a5a6cfc5c4b573df43727dd62c4124e4bd35dfa8eb62c0b766

Contents?: true

Size: 736 Bytes

Versions: 12

Compression:

Stored size: 736 Bytes

Contents

# encoding: utf-8

# DSL Errors
require 'hyperdrive/errors/dsl/unknown_argument'

# HTTP Errors
require 'hyperdrive/errors/http_error'
require 'hyperdrive/errors/bad_request' # 400 (Generic)
require 'hyperdrive/errors/internal_server_error' # 500 (Generic)
require 'hyperdrive/errors/json_parse_error' # 400 (Specific)
require 'hyperdrive/errors/method_not_allowed' # 405
require 'hyperdrive/errors/missing_required_param' # 400 (Specific)
require 'hyperdrive/errors/no_response' # 444
require 'hyperdrive/errors/not_acceptable' # 406
require 'hyperdrive/errors/not_found' # 404
require 'hyperdrive/errors/not_implemented' # 501
require 'hyperdrive/errors/unauthorized' # 401
require 'hyperdrive/errors/unknown_error' # 500 (Catch All)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyperdrive-0.0.25 lib/hyperdrive/errors.rb
hyperdrive-0.0.24 lib/hyperdrive/errors.rb
hyperdrive-0.0.23 lib/hyperdrive/errors.rb
hyperdrive-0.0.22 lib/hyperdrive/errors.rb
hyperdrive-0.0.21 lib/hyperdrive/errors.rb
hyperdrive-0.0.20 lib/hyperdrive/errors.rb
hyperdrive-0.0.19 lib/hyperdrive/errors.rb
hyperdrive-0.0.18 lib/hyperdrive/errors.rb
hyperdrive-0.0.17 lib/hyperdrive/errors.rb
hyperdrive-0.0.16 lib/hyperdrive/errors.rb
hyperdrive-0.0.15 lib/hyperdrive/errors.rb
hyperdrive-0.0.14 lib/hyperdrive/errors.rb