> For the complete documentation index, see [llms.txt](https://docs.irs.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irs.systems/ltt/documentation/ltt-gui-manual/lttgui/errorstatuscolors.md).

# Error Status Colors

## The test station display bottom line explained

![Test Station Status Line](/files/KwFY54dmSFYaE0Sn2DbT)

The bottom line of a test station box displays 4 different information:

* current test time
* current test cycle
* number of total errors (1)
* number of temporary errors (2)

(1) This is the number of error entries (lines) you will see in [F4 dialog](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/shiftf3-actionlog.md) "total error counters"

(2) This is the number of error entries (lines) you will see in [F4 dialog](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/shiftf3-actionlog.md) "temporary error counters"

## Test station display status colors

The station boxes in main window can be configured to be more colorful in order to display the current status of a station. You can enable this feature in menu **Configuration > Test panel configuration**.

![Test Panel Configuration](/files/bPdMuadzhdZhrHE0n9NU)

Once you have this feature enabled, the station display bottom line has the following colors during a test run:

| Color  | Meaning                                                                 | Example |
| ------ | ----------------------------------------------------------------------- | ------- |
| GREEN  | no error happened (ever)                                                | …       |
| RED    | there are one or more limit errors in current cycle                     | …       |
| ORANGE | no errors in current cycle, but some errors happened in previous cycles | …       |
| YELLOW | no errors since the last temporary errors reset                         | …       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.irs.systems/ltt/documentation/ltt-gui-manual/lttgui/errorstatuscolors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
