# Error Status codes

&#x20;`EQU8_ERR_STATUS_DRIVER_START_FAILURE` is an indication that our driver could not be loaded.

&#x20;`EQU8_ERR_STATUS_AGENT_TERMINATED` client detected that our agent (the windows service) terminated. it could be due to a crash (on our side) or the user actually killed it


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://equ8.gitbook.io/documentation/errors/error-status-codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
