export declare class ProcessorErrorResponse { source: string; successful?: boolean; message?: string; httpStatus?: number; data?: any; err: any; }