ErrorCode
Any framework error code (extensible via string & {}).
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/errors/index.ts - Source link:
packages/dreamcli/src/core/errors/index.ts:32
Signatures
ts
type ErrorCode = ParseErrorCode | ValidationErrorCode | string & {};