UNPKG

@sectester/core

Version:

The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.

6 lines (5 loc) 204 B
import { ApiError } from './ApiError'; export declare class RateLimitError extends ApiError { readonly retryAfter: number; constructor(response: Response, retryAfter: number, message?: string); }