UNPKG

anil-brd-typescript-sdk

Version:

TypeScript SDK for Bright Data APIs - Web Unlocker, SERP, and Scraper APIs

9 lines (8 loc) 429 B
export declare class BrightDataError extends Error { statusCode?: number | undefined; code?: string | undefined; requestId?: string | undefined; suggestion?: string | undefined; learnMoreUrl?: string | undefined; constructor(message: string, statusCode?: number | undefined, code?: string | undefined, requestId?: string | undefined, suggestion?: string | undefined, learnMoreUrl?: string | undefined); }