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.