Exception: PatientHttp::ClientError

Inherits:
HttpError show all
Defined in:
lib/patient_http/http_error.rb

Overview

Error raised when an HTTP request receives a 4xx (client error) response status code and the raise_error_responses option is enabled.

Instance Attribute Summary

Attributes inherited from HttpError

#response

Method Summary

Methods inherited from HttpError

#as_json, #callback_args, #duration, #error_class, #error_type, #http_method, #initialize, load, new, #request_id, #status, #url

Methods inherited from Error

#as_json, #callback_args, #duration, #error_class, #error_type, #http_method, load, #request_id, #to_json, #url

Constructor Details

This class inherits a constructor from PatientHttp::HttpError