# Check-in App Error Messages

When using the Check-in App to scan attendee QR Codes, certain scenarios will trigger different error messages to notify the user on the current status of an attendee or the reason for the error. The list below states the scenario and the corresponding pop-up message in the check-in app.

|                                                              |                                                                                         |
| ------------------------------------------------------------ | --------------------------------------------------------------------------------------- |
| **Scenario**                                                 | **Pop-up Message**                                                                      |
| Attendee has been blocked by the organizer.                  | Sorry this attendee has been blocked, please contact organiser.                         |
| Attendee cannot be found in the attendee list.               | Sorry, this attendee is not inside attendee list, please double check again             |
| Attendee cannot be found in the breakout session.            | Sorry, this attendee is not permitted to this session, please double check again.       |
| User tries to check-out an attendee with no check-in record. | Sorry, this attendee is not yet check in, you cannot proceed to checkout directly.      |
| User tries to scan an invalid QR Code using check-in app.    | Sorry, this QR Code is not compatible with EventX system, please use the valid QR Code. |
| User tries to scan a test namebadge QR Code.                 | Testing badge scanned, please check-in with attendee QR Code.                           |
| There is an unknown error that has occured.                  | Sorry, unknown error occured                                                            |
| Attendee has been removed from the attendee list.            | Sorry, this attendee record has been removed, please check with organiser.              |


---

# 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://eventx-hq.gitbook.io/knowledge-base/check-in/check-in-app/check-in-app-error-messages.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.
