# On Serial Error

## Overview

![The On Serial Error Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-79a795c52bda5ceb7914e5f8bd10190d4e4c5402%2Fonserialerrorupdatedimage.png?alt=media)

The **On Serial Error Node** is an **Event Listener Node** that executes when an **Error** is received and returns the **Error** `Message`.

**Serial Communication** in **Incari** is available as a plugin and is enabled as default. However, in the case that it is disabled in the **Plugins Editor**, it will not appear in the **Project Settings** and **On Serial Error** will not show up in the [**Toolbox**](https://docs.incari.com/incari-studio/2023.2/toolbox/overview). Please refer to the [**Plugins Editor**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2023.2/toolbox/modules/plugins/README.md) to find out more information.

[**Scope**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2023.2/toolbox/communication/overview.md#scopes): **Project**, **Scene**.

## Attributes

![The On Serial Error Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-5f8b14769ed1cf2ef1311c1f627f240e360b1b59%2Fonserialerrorattributes.png?alt=media)

| Attribute       | Type          | Description                        |
| --------------- | ------------- | ---------------------------------- |
| `Configuration` | **Drop-down** | The desired **Serial** connection. |

## Outputs

| Output             | Type       | Description                                                                                                                            |
| ------------------ | ---------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**  | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Message`          | **String** | The returned **Error** `Message`.                                                                                                      |

## See Also

* [**On Serial Packet Receive**](https://docs.incari.com/incari-studio/2023.2/toolbox/communication/serial/events/onserialpacketreceive)
* [**On Serial Start**](https://docs.incari.com/incari-studio/2023.2/toolbox/communication/serial/events/onserialstart)
* [**On Serial Stop**](https://docs.incari.com/incari-studio/2023.2/toolbox/communication/serial/events/onserialstop)
