Exception: Twitter::Error::ServiceUnavailable

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

Overview

Raised when Twitter returns the HTTP status code 503

Constant Summary collapse

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

Constants inherited from Twitter::Error

EnhanceYourCalm

Instance Attribute Summary

Attributes inherited from Twitter::Error

#rate_limit, #wrapped_exception

Method Summary

Methods inherited from ServerError

from_response, #initialize

Methods inherited from Twitter::Error

#backtrace, descendants, errors, #initialize

Constructor Details

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