---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/artifacts/variables/E_XML_PARSE_FAILED.md
description: Thrown when XML parsing fails due to malformed markup.
---

# Variable: E\_XML\_PARSE\_FAILED

```ts
const E_XML_PARSE_FAILED: CreatedException<[string]>;
```

Defined in: [src/batteries/artifacts/xml/exceptions.ts:35](https://github.com/NHTIO/ADK/blob/v1.20260907.0/src/src/batteries/artifacts/xml/exceptions.ts#L35)

Thrown when XML parsing fails due to malformed markup.

## Remarks

Printf args: `[errorDetail]` — includes the parser's own reason for the failure.
