Exception: Servus::Support::Errors::GatewayTimeoutError
- Inherits:
-
ServiceError
- Object
- StandardError
- ServiceError
- Servus::Support::Errors::GatewayTimeoutError
- Defined in:
- lib/servus/support/errors.rb
Overview
504 Gateway Timeout - upstream server did not respond in time.
Constant Summary collapse
- DEFAULT_MESSAGE =
'Gateway timeout'
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
371 |
# File 'lib/servus/support/errors.rb', line 371 def api_error = { code: http_status, message: } |
#http_status ⇒ Object
370 |
# File 'lib/servus/support/errors.rb', line 370 def http_status = :gateway_timeout |