UNPKG

@rudderstack/integrations-lib

Version:

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

5 lines 282 B
import { BaseError } from './base'; export declare class InvalidAuthTokenError extends BaseError { constructor(message: string, statusCode?: number, destResponse?: any | undefined, authErrorCategory?: string | undefined); } //# sourceMappingURL=invalid_auth_token_error.d.ts.map