UNPKG

@rudderstack/integrations-lib

Version:

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

5 lines 227 B
import { BaseError } from './base'; export declare class UnhandledStatusCodeError extends BaseError { constructor(message: string, destResponse?: any | undefined); } //# sourceMappingURL=unhandled_status_code_error.d.ts.map