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
53 54 55 |
# File 'lib/auth0/exception.rb', line 53 def reset Time.at(headers['X-RateLimit-Reset']).utc end |