Exception: Twitter::Error::UnprocessableEntity
- Inherits:
-
Twitter::Error
- Object
- StandardError
- Twitter::Error
- Twitter::Error::UnprocessableEntity
- Defined in:
- lib/twitter/error/unprocessable_entity.rb
Overview
Raised when Twitter returns the HTTP status code 422
Constant Summary collapse
- HTTP_STATUS_CODE =
422
Constants inherited from Twitter::Error
Instance Attribute Summary
Attributes inherited from Twitter::Error
#code, #rate_limit, #wrapped_exception
Method Summary
Methods inherited from Twitter::Error
errors, from_response, #initialize
Constructor Details
This class inherits a constructor from Twitter::Error