@mdf.js/crash
Version:
MMS - API Crash - Enhanced error management library
10 lines • 404 B
TypeScript
/**
* Copyright 2024 Mytra Control S.L. All rights reserved.
*
* Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
* or at https://opensource.org/licenses/MIT.
*/
import { HTTPCode } from '../types';
export declare const CONFIG_MAX_ERROR_MESSAGE_LENGTH = 800;
export declare const HTTP_CODES: Map<HTTPCode, string>;
//# sourceMappingURL=index.d.ts.map