Skip to content
1 min read · 53 words

Variable: E_XML_PARSER_PEER_MISSING

ts
const E_XML_PARSER_PEER_MISSING: CreatedException<[string]>;

Defined in: src/batteries/artifacts/xml/exceptions.ts:21

Thrown when the fast-xml-parser optional peer is not installed or fails to load.

Remarks

The message template includes the package name, a description of its purpose, the underlying error, and the exact install command, so the consumer sees a complete, actionable message regardless of call site.