Skip to content
1 min read · 39 words

Variable: E_YAML_PARSE_ERROR

ts
const E_YAML_PARSE_ERROR: CreatedException<[string]>;

Defined in: src/batteries/artifacts/yaml/exceptions.ts:10

Thrown when YAML parsing fails due to invalid syntax.

Remarks

The exception message includes the parser's original error reason and line/mark information when available, which enables the model to self-correct malformed YAML.