Exception: Wayback::Error::BadGateway
- Inherits:
-
ServerError
- Object
- StandardError
- Wayback::Error
- ServerError
- Wayback::Error::BadGateway
- Defined in:
- lib/wayback/error/bad_gateway.rb
Overview
Raised when Wayback returns the HTTP status code 502
Constant Summary collapse
- HTTP_STATUS_CODE =
502
- MESSAGE =
"Wayback is down or being upgraded."
Constants inherited from Wayback::Error
Instance Attribute Summary
Attributes inherited from Wayback::Error
Method Summary
Methods inherited from ServerError
Methods inherited from Wayback::Error
#backtrace, descendants, errors, #initialize
Constructor Details
This class inherits a constructor from Wayback::Error::ServerError