UNPKG

@rudderstack/integrations-lib

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