/** * DevExpress Analytics (core\internal\_processError.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { IDisposable } from '../../serializer/disposable'; import { DxDeferred } from '../utils/_jqueryUtils'; export declare const _addErrorPrefix = true; export declare function _processError(errorThrown: string, deferred: DxDeferred, jqXHR: any, textStatus: any, processErrorCallback?: (message: string, jqXHR: any, textStatus: any) => void): void; export declare const _errorProcessor: { handlers: any[]; call: (e: any) => void; }; export declare function processErrorEvent(func: any): IDisposable;