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

# Error Codes

| Error code                                     | Error message                                                                  |
| ---------------------------------------------- | ------------------------------------------------------------------------------ |
| NO\_INTEGRATION                                | No accepted integration exist. Do not retry.                                   |
| NOT\_IMPLEMENTED                               | Feature is not implemented. Do not retry.                                      |
| PROCESS\_FAIL                                  | General business failure occurred. Do not retry.                               |
| UNKNOWN\_ERROR                                 | Unknown error. Please try again later.                                         |
| UNEXPECTED\_RESPONSE\_ERROR                    | Unexpected response from the upstream service. See Dashboard Logs for details. |
| EXPIRED\_AUTH\_CODE                            | Auth code expired. Please try again.                                           |
| INVALID\_AUTH\_CODE                            | Invalid auth code. Please try again.                                           |
| EXPIRED\_ACCESS\_TOKEN                         | Access token expired. Please try again.                                        |
| INVALID\_ACCESS\_TOKEN                         | Invalid access token. Please try again.                                        |
| INVALID\_USER\_DATA                            | Invalid user data. Please try again.                                           |
| ACCESS\_DENIED                                 | Access denied.                                                                 |
| HOSTAPP\_NOT\_FOUND                            | No Hostapp client matches the given query.                                     |
| MINIAPP\_NOT\_FOUND                            | No Miniapp matches the given query.                                            |
| ORDER\_NOT\_FOUND                              | No Order matches the given query.                                              |
| INVALID\_PAYMENT\_STATUS                       | Cannot set this status to order payment.                                       |
| NOT\_A\_WHITELISTED\_IP                        | Not a whitelisted IP address. Please provide IP address in Dashboard.          |
| INVALID\_ORDER\_DATA                           | Invalid request body.                                                          |
| RESPONSE\_ATTRIBUTE\_MISSING                   | Missing response attribute: {setting}.                                         |
| INVALID\_SIGNATURE                             | Invalid request signature.                                                     |
| MISSING\_HEADER                                | Missing required header: {setting}.                                            |
| NOT\_IMPLEMENTED\_FOR\_THIS\_MINIAPP\_CATEGORY | Feature not implemented for this Miniapp category.                             |
| INVALID\_RESPONSE\_CONTENT\_TYPE               | Invalid response content type.                                                 |
| MISSING\_REQUEST\_SIGNATURE\_SETTINGS          | Request signature settings are not configured.                                 |
| HOSTAPP\_INTEGRATION\_NOT\_SET                 | Feature not integrated. Enable {setting} in Hostapp settings.                  |
| MINIAPP\_INTEGRATION\_NOT\_SET                 | Feature not integrated. Enable {setting} in Miniapp settings.                  |
| INTEGRATION\_ENABLED\_NOT\_SET                 | Feature disabled. Enable {setting} in Integration settings.                    |
| HOSTAPP\_ENABLED\_NOT\_SET                     | Feature disabled. Enable {setting} in Hostapp settings.                        |
| FEATURE\_DISABLED\_IN\_HOSTAPP                 | Feature disabled. Enable {setting} in Hostapp settings.                        |
| FEATURE\_DISABLED\_IN\_MINIAPP                 | Feature disabled. Enable {setting} in Miniapp settings.                        |
| FEATURE\_DISABLED\_IN\_INTEGRATION             | Feature disabled. Enable {setting} in Integration settings.                    |
| PARSING\_ERROR\_INVALID\_REQUEST\_BODY         | Failed to parse request body. Ensure it is valid JSON or a stream.             |
| FAILED\_TO\_PARSE\_RESPONSE                    | Failed to parse response. Ensure it is valid JSON.                             |
| DATA\_INTEGRITY\_ERROR                         | Data integrity violation.                                                      |
| SIGNATURE\_VALIDATION\_ERROR                   | Request signature validation failed.                                           |
| HOSTAPP\_USER\_ID\_REQUIRED                    | Hostapp user ID/reference is required for {setting}.                           |
| HOSTAPP\_USER\_NOT\_FOUND                      | Hostapp user with hostapp\_user\_id: {setting} does not exist.                 |
| INVALID\_PAYMENT\_STATUS\_RESPONSE             | Invalid payment status in Hostapp response.                                    |
| ENDPOINT\_URL\_NOT\_SET                        | Endpoint URL is not configured for {setting}.                                  |
| PLAN\_LIMIT\_REACHED                           | Plan limit reached. Upgrade your plan to continue.                             |
