> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/allganize-alli-works-userguide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allganize.ai/allganize-alli-works-userguide-en/documents/classify-error-messages-when-uploading-documents.md).

# Classify error messages when uploading documents

\
🛠 Action Guide by Error Code

This is a guide summarizing error codes that may occur while using the Alli system and how to address them. Errors are broadly **Cases that the member (document uploader) can resolve directly**and **System internal errors that require help from an Alli account manager**divided into. Please refer to the table below and take appropriate action for your situation.✅ Actions for Members(*Errors that members can resolve by taking action themselves*)

|                                   |                                 |                                                               |                                                            |
| --------------------------------- | ------------------------------- | ------------------------------------------------------------- | ---------------------------------------------------------- |
| `DOCUMENT_BROKEN`                 | File is corrupted               | Upload a different copy                                       | ​                                                          |
| `DOCUMENT_EMPTY`                  | File contains no content        | Upload a file that contains content                           | ​                                                          |
| `DOCUMENT_ENCRYPTED`              | File is encrypted               | Remove encryption and re-upload                               | ​                                                          |
| `PDF_ERROR`                       | PDF page processing error       | Repair the PDF file and try again                             | ✓ (Contact support if the problem persists after retrying) |
| `HTML_PAGE_FORBIDDEN`             | No access permission to webpage | The server cannot access the URL                              | ​                                                          |
| `HTML_PAGE_NOT_FOUND`             | Webpage not found               | Check that the URL is correct                                 | ​                                                          |
| `HTML_PAGE_UNAVAILABLE`           | Webpage server error            | Check that the URL is correct                                 | ​                                                          |
| `HTML_CONTENT_TYPE_NOT_SUPPORTED` | Unsupported HTML type           | Check the content type of the URL                             | ​                                                          |
| `HTML_BODY_NOT_FOUND`             | No HTML body content            | Check whether the URL has a body                              | ​                                                          |
| `CREDIT_LIMIT_EXCEED`             | Credit limit exceeded           | Please adjust the credit allowance in Settings > Billing tab. | ​                                                          |

✅ Account Manager Actions(*Errors that are internal to the Alli system, cannot be resolved by members, and require assistance from an account manager*)

|                  |                                   |
| ---------------- | --------------------------------- |
| `OCR_ERROR`      | Internal server OCR service error |
| `NETWORK_ERROR`  | Internal server network error     |
| `LLM_ERROR`      | Internal server AI service error  |
| `INTERNAL_ERROR` | Unknown internal error            |

**The information to include when contacting support is as follows.**

* Error code (e.g. number 701)
* Time of occurrence
* The applicable file

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.allganize.ai/allganize-alli-works-userguide-en/documents/classify-error-messages-when-uploading-documents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
