UNPKG

@rudderstack/integrations-lib

Version:

A comprehensive TypeScript library providing shared utilities, SDKs, and tools for RudderStack integrations and destinations.

8 lines 304 B
export declare class BaseError extends Error { authErrorCategory: string; destinationResponse: string; statTags: {}; status: number; constructor(message?: string, statusCode?: number, sTags?: {}, destResponse?: string, authErrorCategory?: string); } //# sourceMappingURL=base.d.ts.map