RateLimitExceededException class

This exception indicates that the number of requests for a particular endpoint exceeds the rate limit defined by the NASA 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.

Inheritance

Constructors

RateLimitExceededException(String message, Response response)
Returns the new instance of RateLimitExceededException.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The error message
finalinherited
response → Response
The response from the NASA API.
finalinherited
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