@wildix/xbees-assistant-client > RateLimitExceededException
RateLimitExceededException class
Signature:
export declare class RateLimitExceededException extends __BaseException
Extends: __BaseException
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the RateLimitExceededException
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
| "client" | ||
| "RateLimitExceededException" | ||
string | (Optional) Displays the applicable rate limits for the current request. | ||
number | (Optional) Indicates how many requests a user can still make within the current time window. | ||
number | (Optional) Shows the time in seconds until the rate limit resets. | ||
number | (Optional) Displays how many seconds the user agent should wait before making a follow-up request. |