UNPKG

@codesandbox/sdk

Version:
5 lines (4 loc) 175 B
export declare class RateLimitError extends Error { type: string; static fromResponse(response: Response, errorPrefix: string, serverError: string): RateLimitError; }