> For the complete documentation index, see [llms.txt](https://docs.langstack.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.langstack.com/welcome/get-started/learn-langstack/basics-and-essentials/what-is-an-action/error-propagation.md).

# Error propagation

* Error propagation alerts the users about the error(s) in the application.&#x20;
* The error(s) may be in the individual fields, sections, functions, Action boxes, Actions, and Container Actions.&#x20;
* There are three (3) main types of error propagation. These are denoted by the following icons:&#x20;
  * &#x20;![](/files/Y6d3dkIFfY5jghM6n1Nv): There is a problem in the section/function/field. (contains elements having a problem)&#x20;
  * ![](/files/wup0vK4K03OnrylwwhFB) : There is a problem with elements inside this element displaying this icon. (contains elements that are having a problem)
  * ![](/files/bO6JjoNCMuiI92Za0Ewn):  There is a problem with the element displaying the icon. (is problematic itself)&#x20;
* When the user clicks on the icon, the tooltip explains the potential problem area.

### Example

The error propagation icons are explained through the following illustration of the error propagation in the “On Skipped record” section in an ETL pipeline:&#x20;

* The (icon) says that there is a problem within the “On Skipped record” function.

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_2/ch2errorpropagation_img1_oneofactionboxescontainserrors.png" alt=""><figcaption></figcaption></figure>

* &#x20; The icon says there is no problem with the Action box, but there is a problem with an Action within the Action box.&#x20;

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_2/ch2errorpropagation_img2_oneofactionscontainedhaserrors.png" alt=""><figcaption></figcaption></figure>

* &#x20; The icon says there is a problem with the element displaying the icon.

{% embed url="<https://media.langstack.com/documentation/media/images/code/training_manual/chapter_2/ch2errorpropagation_img3_actionitselfhaserrors.png>" %}


---

# 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.langstack.com/welcome/get-started/learn-langstack/basics-and-essentials/what-is-an-action/error-propagation.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.
