RateLimitException class

Represents that rate limit was exceeded and you need to wait to make new requests

Implemented types

Constructors

RateLimitException([String? message, DateTime? limitReset])

Properties

hashCode int
The hash code for this object.
no setterinherited
limitReset DateTime?
DateTime when limit will be reset and you can make new requests
final
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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