Exception: Wayback::Error::ServiceUnavailable

Inherits:
ServerError show all
Defined in:
lib/wayback/error/service_unavailable.rb

Overview

Raised when Wayback returns the HTTP status code 503

Constant Summary collapse

HTTP_STATUS_CODE =
503
MESSAGE =
"(__-){ Wayback is over capacity."

Constants inherited from Wayback::Error

EnhanceYourCalm, RateLimited

Instance Attribute Summary

Attributes inherited from Wayback::Error

#wrapped_exception

Method Summary

Methods inherited from ServerError

from_response, #initialize

Methods inherited from Wayback::Error

#backtrace, descendants, errors, #initialize

Constructor Details

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