UNPKG

@eagleeye-solutions/integration-events-common

Version:
10 lines (9 loc) 315 B
import { EeApiErrorType } from './types'; export declare class EeApiException extends Error { readonly type: EeApiErrorType; constructor(type: EeApiErrorType, message: string); } export declare class TemporaryDeliveryFailure extends Error { } export declare class PermanentDeliveryFailure extends Error { }