Exception: Sidewalk::NotAuthorizedError
- Defined in:
- lib/sidewalk/errors.rb
Overview
Request that the client provide authentication headers.
This is a 401 response
Instance Method Summary collapse
-
#initialize ⇒ NotAuthorizedError
constructor
A new instance of NotAuthorizedError.
Methods inherited from HttpError
Constructor Details
#initialize ⇒ NotAuthorizedError
Returns a new instance of NotAuthorizedError.
47 48 49 |
# File 'lib/sidewalk/errors.rb', line 47 def initialize super 401, 'Not Authorized' end |