Type Alias: ErrorCode
Defined in: src/core/errors/codes.ts:48
Union type of all valid Praman error code string literals.
Example
import type { ErrorCode } from '#core/errors/codes.js';
function handleError(code: ErrorCode): void { ... }
Defined in: src/core/errors/codes.ts:48
Union type of all valid Praman error code string literals.
import type { ErrorCode } from '#core/errors/codes.js';
function handleError(code: ErrorCode): void { ... }