UNPKG

@rudderstack/integrations-lib

Version:
7 lines 310 B
import { BaseError } from './base'; export declare class NetworkError extends BaseError { constructor(message: string, statusCode: number, statTags?: { [x: string]: string; }, destResponse?: any | undefined, authErrorCategory?: string | undefined); } //# sourceMappingURL=network_error.d.ts.map