Exception: HttpResource::ClientError

Inherits:
ApiError show all
Defined in:
lib/http_resource/errors.rb

Overview

4xx — the caller’s request won’t succeed on retry; a background worker should drop, not retry. Parent of the specific 4xx below.

Direct Known Subclasses

AuthError, NotFoundError, ValidationError

Instance Attribute Summary

Attributes inherited from ApiError

#body, #status

Method Summary

Methods inherited from ApiError

#client_error?, for_status, #initialize, #not_found?, #server_error?

Constructor Details

This class inherits a constructor from HttpResource::ApiError