meilisearch
Version:
The Meilisearch JS client for Node.js and the browser.
10 lines • 390 B
TypeScript
import { FetchError } from '../types';
declare class MeiliSearchCommunicationError extends Error {
statusCode?: number;
errno?: string;
code?: string;
stack?: string;
constructor(message: string, body: Response | FetchError, url?: string, stack?: string);
}
export { MeiliSearchCommunicationError };
//# sourceMappingURL=meilisearch-communication-error.d.ts.map