Exception: Hackeroo::Error::TooManyRequests

Inherits:
ClientError show all
Defined in:
lib/hackeroo/error/too_many_requests.rb

Overview

Raised when Hackeroo returns the HTTP status code 429

Constant Summary collapse

HTTP_STATUS_CODE =
429

Constants inherited from Hackeroo::Error

EnhanceYourCalm, RateLimited

Instance Attribute Summary

Attributes inherited from Hackeroo::Error

#rate_limit, #wrapped_exception

Method Summary

Methods inherited from ClientError

from_response

Methods inherited from Hackeroo::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from Hackeroo::Error