Exception: Hackeroo::Error::GatewayTimeout

Inherits:
ServerError show all
Defined in:
lib/hackeroo/error/gateway_timeout.rb

Overview

Raised when Hackeroo returns the HTTP status code 504

Constant Summary collapse

HTTP_STATUS_CODE =
504
MESSAGE =
"The Hackeroo servers are up, but the request couldn't be serviced due to some failure within our stack. Try again later."

Constants inherited from Hackeroo::Error

EnhanceYourCalm, RateLimited

Instance Attribute Summary

Attributes inherited from Hackeroo::Error

#rate_limit, #wrapped_exception

Method Summary

Methods inherited from ServerError

from_response, #initialize

Methods inherited from Hackeroo::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from Hackeroo::Error::ServerError