> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/error-codes/xml-engine.md).

# XML engine

| Code  | Error                                | Description                                                       |
| ----- | ------------------------------------ | ----------------------------------------------------------------- |
| -1001 | K\_ERROR\_XML\_LOAD                  | Error loading XML structure                                       |
| -1002 | K\_ERROR\_XML\_ROOT\_ELEMENT\_LOAD   | Error loading XML structure root element or no root element found |
| -1003 | K\_ERROR\_XML\_ELEMENT\_NOT\_FOUND   | Error finding XML element or element doesn't exist                |
| -1004 | K\_ERROR\_XML\_ATTRIBUTE\_NOT\_FOUND | Error finding XML attribute or attribute doesn't exist            |
