RateLimitExceededError class
Rate limit exceeded error (HTTP 481, 482).
Occurs when:
- HTTP 481: Total API call limit exceeded
- HTTP 482: Requests per minute limit exceeded
- Inheritance
-
- Object
- NeshanApiError
- RateLimitExceededError
Constructors
- RateLimitExceededError(String message, {String? details})
-
Creates a RateLimitExceededError instance.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited