@konker.dev/tiny-error-fp
Version:
A configurable error for Typescript projects based on Effect-ts
6 lines • 351 B
TypeScript
export declare const TINY_ERROR_DEFAULT_STATUS_CODE = -1;
export declare const TINY_ERROR_DEFAULT_CODE_TAG = "GENERAL";
export declare const TINY_ERROR_DEFAULT_INTERNAL = true;
export declare const TINY_ERROR_UNKNOWN_STRING: () => string;
export declare const TINY_ERROR_UNKNOWN_STACK = "No stack trace available";
//# sourceMappingURL=consts.d.ts.map