ErrorCategory
Defined in: packages/engine/src/errors/EngineError.ts:30
Error classification, kept from the original framework, now actually
consulted: it’s the format() header and lets host code group errors
by pipeline stage without string-matching .code.
Enumeration Members
Section titled “Enumeration Members”CONFIG
Section titled “CONFIG”CONFIG: "CONFIG";Defined in: packages/engine/src/errors/EngineError.ts:42
Configuration errors.
EXECUTION
Section titled “EXECUTION”EXECUTION: "EXECUTION";Defined in: packages/engine/src/errors/EngineError.ts:34
Errors during bytecode execution.
EXTERNAL
Section titled “EXTERNAL”EXTERNAL: "EXTERNAL";Defined in: packages/engine/src/errors/EngineError.ts:38
Errors from external services/APIs (currency rates, weather, stocks).
INTERNAL
Section titled “INTERNAL”INTERNAL: "INTERNAL";Defined in: packages/engine/src/errors/EngineError.ts:40
Internal engine invariant violations. See recoverable’s doc comment.
PARSING
Section titled “PARSING”PARSING: "PARSING";Defined in: packages/engine/src/errors/EngineError.ts:32
Errors during expression parsing.
VALIDATION
Section titled “VALIDATION”VALIDATION: "VALIDATION";Defined in: packages/engine/src/errors/EngineError.ts:36
Errors from input validation (safety limits, config).