mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 10:52:54 +00:00
22 lines
1.1 KiB
TypeScript
22 lines
1.1 KiB
TypeScript
//#region src/error-codes.d.ts
|
|
declare const RUNTIME_001 = "RUNTIME-001";
|
|
declare const RUNTIME_002 = "RUNTIME-002";
|
|
declare const RUNTIME_003 = "RUNTIME-003";
|
|
declare const RUNTIME_004 = "RUNTIME-004";
|
|
declare const RUNTIME_005 = "RUNTIME-005";
|
|
declare const RUNTIME_006 = "RUNTIME-006";
|
|
declare const RUNTIME_007 = "RUNTIME-007";
|
|
declare const RUNTIME_008 = "RUNTIME-008";
|
|
declare const RUNTIME_009 = "RUNTIME-009";
|
|
declare const RUNTIME_010 = "RUNTIME-010";
|
|
declare const RUNTIME_011 = "RUNTIME-011";
|
|
declare const RUNTIME_012 = "RUNTIME-012";
|
|
declare const RUNTIME_013 = "RUNTIME-013";
|
|
declare const RUNTIME_014 = "RUNTIME-014";
|
|
declare const RUNTIME_015 = "RUNTIME-015";
|
|
declare const TYPE_001 = "TYPE-001";
|
|
declare const BUILD_001 = "BUILD-001";
|
|
declare const BUILD_002 = "BUILD-002";
|
|
//#endregion
|
|
export { BUILD_001, BUILD_002, RUNTIME_001, RUNTIME_002, RUNTIME_003, RUNTIME_004, RUNTIME_005, RUNTIME_006, RUNTIME_007, RUNTIME_008, RUNTIME_009, RUNTIME_010, RUNTIME_011, RUNTIME_012, RUNTIME_013, RUNTIME_014, RUNTIME_015, TYPE_001 };
|
|
//# sourceMappingURL=error-codes.d.ts.map
|