Exception: Twitter::Error::UnprocessableEntity

Inherits:
Twitter::Error
  • Object
show all
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

EnhanceYourCalm, RateLimited

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