Exception: Servus::Support::Errors::ProxyAuthenticationRequiredError
- Inherits:
-
ServiceError
- Object
- StandardError
- ServiceError
- Servus::Support::Errors::ProxyAuthenticationRequiredError
- Defined in:
- lib/servus/support/errors.rb
Overview
407 Proxy Authentication Required - proxy credentials required.
Constant Summary collapse
- DEFAULT_MESSAGE =
'Proxy authentication required'
Instance Attribute Summary
Attributes inherited from ServiceError
Instance Method Summary collapse
Methods inherited from ServiceError
Constructor Details
This class inherits a constructor from Servus::Support::Errors::ServiceError
Instance Method Details
#api_error ⇒ Object
148 |
# File 'lib/servus/support/errors.rb', line 148 def api_error = { code: http_status, message: } |
#http_status ⇒ Object
147 |
# File 'lib/servus/support/errors.rb', line 147 def http_status = :proxy_authentication_required |