UNPKG

@icapps/tree-house-errors

Version:

NodeJS default error definitions with an error parser utility function

9 lines (8 loc) 169 B
export declare const errorDefaults: { DEFAULT_HTTP_CODE: number; DEFAULT_ERROR: { code: string; i18n: string; message: string; }; };