RateLimitExceededException class
This exception indicates that the number of requests for a particular endpoint exceeds the rate limit defined by the Twitter API.
Also, if this exception is thrown, it indicates that requests for a particular endpoint will be restricted for a certain amount of time or more.
You can see more information about rate limits here.
- Implemented types
Constructors
- RateLimitExceededException(String message)
- Returns the new instance of RateLimitExceededException.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited