Exception: Auth0::RateLimitEncountered
- Defined in:
- lib/auth0/exception.rb
Overview
Auth0 API rate-limiting encountered
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
Methods inherited from HTTPError
Methods inherited from Exception
Constructor Details
This class inherits a constructor from Auth0::Exception
Instance Method Details
#reset ⇒ Object
67 68 69 |
# File 'lib/auth0/exception.rb', line 67 def reset Time.at(Integer(headers[:x_ratelimit_reset])).utc end |