Sha256: c59fbe12f60ecd608a5e6be9438a649a0382d9ca732b90872abafc430ad626bd

Contents?: true

Size: 855 Bytes

Versions: 5

Compression:

Stored size: 855 Bytes

Contents

module FlexCommerceApi
  module Error
    autoload :Base, File.expand_path(File.join("error", "base"), __dir__)
    autoload :ClientError, File.expand_path(File.join("error", "client_error"), __dir__)
    autoload :ConnectionError, File.expand_path(File.join("error", "connection_error"), __dir__)
    autoload :InternalServer, File.expand_path(File.join("error", "internal_server"), __dir__)
    autoload :UnexpectedStatus, File.expand_path(File.join("error", "unexpected_status"), __dir__)
    autoload :NotFound, File.expand_path(File.join("error", "not_found"), __dir__)
    autoload :AccessDenied, File.expand_path(File.join("error", "access_denied"), __dir__)
    autoload :RecordInvalid, File.expand_path(File.join("error", "record_invalid"), __dir__)
    autoload :BadRequest, File.expand_path(File.join("error", "bad_request"), __dir__)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flex_commerce_api-0.8.3 lib/flex_commerce_api/errors.rb
flex_commerce_api-0.8.2 lib/flex_commerce_api/errors.rb
flex_commerce_api-0.8.1 lib/flex_commerce_api/errors.rb
flex_commerce_api-0.7 lib/flex_commerce_api/errors.rb
flex_commerce_api-0.6.57 lib/flex_commerce_api/errors.rb