# 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;![](https://2351945889-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVoxOh7gdjWdmqooFdYBY%2Fuploads%2FnOf7qrZ6ZFgXzPKMv9Mr%2FErrorinSectionIcon.png?alt=media\&token=a8787837-fd04-4431-adb4-8a2dc9185ebd): There is a problem in the section/function/field. (contains elements having a problem)&#x20;
  * ![](https://2351945889-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVoxOh7gdjWdmqooFdYBY%2Fuploads%2F6NMtmvsW7vXg6BiZRBJk%2FErrorElementsinElements.png?alt=media\&token=6914ecbc-f156-4e1a-8958-2502b966e713) : There is a problem with elements inside this element displaying this icon. (contains elements that are having a problem)
  * ![](https://2351945889-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVoxOh7gdjWdmqooFdYBY%2Fuploads%2Fjhl2GMmiKpO7vZnyMUcj%2FErrorinAction.png?alt=media\&token=1fd1d741-25a2-4695-952a-2546d2c9220e):  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: 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://docs.langstack.com/welcome/get-started/learn-langstack/basics-and-essentials/what-is-an-action/error-propagation.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.
