Module: ServiceClient
- Defined in:
- lib/service_client/errors.rb,
lib/service_client/base.rb,
lib/service_client/version.rb,
lib/service_client/response.rb
Overview
This module defines a set of error classes for common HTTP status codes. Each error class inherits from BaseError, which itself inherits from Ruby’s StandardError class. These error classes are then used by the ServiceClient module to raise specific errors for specific HTTP status codes.
Defined Under Namespace
Modules: Errors Classes: Base, ParamsRequired, Response
Constant Summary collapse
- VERSION =
'0.1.11'