---
title: "Error Messages (Fallback)"
slug: "error-messages-fallback"
description: "Configure fallback and error messages in MindBehind bot flows to handle invalid inputs and guide users smoothly through conversations."
tags: ["action error message", "error message", "fallback module", "global error message"]
updated: 2025-11-12T14:25:09Z
published: 2025-11-12T14:25:09Z
canonical: "academy.insiderone.com/error-messages-fallback"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://academy.insiderone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Error Messages (Fallback)

The error messages are used to continue the conversation when the user sends an invalid message. They contain three message types:

- [Action Error Message](/v1/docs/error-messages-fallback#action-error)
- [Global Error Message](/v1/docs/error-messages-fallback#global-error)
- [Fallback Message](/v1/docs/error-messages-fallback#fallback)

## Action Error

The Action Error Message is the error message of that specific module and shows up when the conversation falls back. The icon of the Action Error is placed under the module’s control panel.

Click the **Exclamation mark** to see the **Error Message** field of the module.![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/error1.png)![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/error2.png)

  
To use the Action Error message, the module should include a **fallback module**, and the count should be set to a value greater than 0.

You can see an example flow for **Error Message** usage below:

The fallback count is set as 1, and the **Action Error** message is set. At the first invalid step, the bot goes to the error message. When it receives another invalid message, it goes to the **fallback** module. ![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/error3.png)

## Global Error

Global Error Message can be used for frequently occurring invalid actions. Entering the wrong input can be one example of these actions. If the “Action Error” field is empty after the first invalid action, the bot sends a global error message. The number of global message responses is set in the fallback counter. For instance, if it is set to 2, the bot will send global error messages for the first two invalid messages. After that, it will send the fallback message.

To set a global error message, follow these steps:

1. Click the **Settings** icon. ![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/settingsicon.png)
2. Select the **Global Error Message** field under the settings. ![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/settings2.png)
3. Set your message in the respective field. ![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/message1.png)

  
To use the Global Error Message, the module should include the **fallback module**. The fallback count should be set to more than 0, and the module should not include an action error.

## Fallback Message

The module connection represents the successful path. You can use the **fallback module** to continue the conversation flow when there is an invalid step. Invalid input is an example of an invalid step. You can add the **f****allback module** to any module except the “message,” “human handover,” “bot action, ““end conversation,” and "Commerce Manager Action" modules.

If the fallback counter equals zero ("0"), the bot goes to the **fallback module** after the first invalid step and sends the **Fallback Message**. If it is greater than 0, the bot checks the action error messages.

  
The priority order is **Action Error**> **Global Error**> **Fallback** module.
