> For the complete documentation index, see [llms.txt](https://help.genser.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genser.ai/reference/error-code.md).

# 에러 코드

<table><thead><tr><th width="187.80078125">대분류 코드 (분류명)</th><th width="76.53125">코드</th><th>설명</th><th>상세 설명</th></tr></thead><tbody><tr><td>001 (파일 에러)</td><td>001</td><td>파일 확장자</td><td>지원하지 않는 파일 확장자입니다.</td></tr><tr><td>​</td><td>002</td><td>파일 인코딩</td><td>지원하지 않는 파일 인코딩 형식입니다.</td></tr><tr><td>​</td><td>003</td><td>파일 용량</td><td>지원하는 파일 용량을 초과하였습니다.</td></tr><tr><td>​</td><td>004</td><td>파일명</td><td>지원하는 파일명의 길이를 초과하였습니다.</td></tr><tr><td>​</td><td>005</td><td>손상된 파일</td><td>손상된 파일입니다.</td></tr><tr><td>200 (이미지 파일 에러)</td><td>200</td><td>이미지 사이즈</td><td>업로드한 이미지의 사이즈는 지원되지 않습니다.</td></tr><tr><td>​</td><td>201</td><td>이미지 비율</td><td>업로드한 이미지의 비율은 지원되지 않습니다.</td></tr><tr><td>900 (서버 에러)</td><td>900</td><td>서버 에러</td><td>예기치 못한 에러가 발생했습니다.</td></tr></tbody></table>


---

# 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://help.genser.ai/reference/error-code.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.
