Exception: Hyperdrive::Errors::Unauthorized
- Defined in:
- lib/hyperdrive/errors/unauthorized.rb
Instance Method Summary collapse
Instance Method Details
#http_status_code ⇒ Object
8 9 10 |
# File 'lib/hyperdrive/errors/unauthorized.rb', line 8 def http_status_code 401 end |
#message ⇒ Object
4 5 6 |
# File 'lib/hyperdrive/errors/unauthorized.rb', line 4 def "The request requires user authentication." end |