# Error Message

Display a custom message when our field or widget for some reason failed.

![Error Message](/files/o9OhnQhHEBCJ9u5Jnf3N)

**Component Explanation:**

| Name                               | Description                                                                         | Example                          |
| ---------------------------------- | ----------------------------------------------------------------------------------- | -------------------------------- |
| Name Input Error Message           | Text that appears when the name entered is incorrect or invalid.                    | ![](/files/gE6vKE85g46t3DSPz2dN) |
| Email Input Error Message          | Text that appears when the email entered is not incorrect or invalid.               | ![](/files/o1JOTj9B7FwXzWulHWD9) |
| Phone Input Error Invalid Number   | Text that appears if the wrong phone number is entered.                             | ![](/files/ASDp44nkbMuy5Nnjwuxf) |
| Phone Input Error Country Code     | Text that appears when selecting the wrong country code on the phone number.        | ![](/files/9etStFpChutH9nstphYV) |
| Phone Input Error Number Too Short | Text that appears when the phone number entered is too short.                       | ![](/files/ot3sCg2aT0EfynAlSlRR) |
| Phone Input Error Number Too Long  | Text that appears when the phone number entered is too long.                        | ![](/files/Z6TRQCuB0QDopFRLVzj0) |
| Phone Input Error Number Empty     | Text that appears when you didn't enter the phone number.                           | ![](/files/CGtIwE2fdxgt28vAAGGP) |
| Error Location Supported Message   | Error message that will be out when the user's browser cannot display the location. | ![](/files/pi40bjprQCdgpGmwaX20) |
| Upload Error Message               | Error message that will be out when the user upload file process is not successful. | ![](/files/RnDqGj1XvAhD17aBb3kW) |


---

# 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.3dolphins.ai/integration/live-chat-designer/new-design/error-message.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.
