# 에러 코드

{% hint style="info" %}
젠서에서 사용하는 에러 코드입니다.
{% endhint %}

| ⁠대분류 코드(분류명)    | 코드  | 설명                | 상세 설명                     |
| --------------- | --- | ----------------- | ------------------------- |
| 001 (파일 에러)     | 001 | 파일 확장자            | 지원하지 않는 파일 확장자입니다.        |
| ​               | 002 | 파일 인코딩            | 지원하지 않는 파일 인코딩 형식입니다.     |
| ​               | 003 | 파일 용량             | 지원하는 파일 용량을 초과하였습니다.      |
| ​               | 004 | 파일명               | 지원하는 파일명의 길이를 초과하였습니다.    |
| ​               | 005 | 손상된 파일            | 손상된 파일입니다.                |
| 100 (데이터 처리 에러) | 100 | 데이터 건수            | 지원하는 데이터 건수를 초과하였습니다.     |
| ​               | 101 | 필수 값 입력되지 않음      | 필수 값이 입력되지 않았습니다.         |
| ​               | 102 | 전화번호 양식 불일치       | 전화번호 양식이 일치하지 않습니다.       |
| ​               | 103 | 전화번호 중복           | 중복된 전화번호가 존재합니다.          |
| ​               | 104 | 숫자 이외의 값 입력       | 전화번호는 숫자만 입력가능합니다.        |
| ​               | 105 | 회원 ID 중복          | 중복된 회원 ID가 존재합니다.         |
| ​               | 106 | 템플릿 형식 불일치        | 템플릿 형식에 맞지 않는 파일입니다.      |
| ​               | 107 | 템플릿에 데이터가 입력되지 않음 | 업로드한 파일에 데이터가 존재하지 않습니다.  |
| 200 (이미지 파일 에러) | 200 | 이미지 사이즈           | 업로드한 이미지의 사이즈는 지원되지 않습니다. |
| ​               | 201 | 이미지 비율            | 업로드한 이미지의 비율은 지원되지 않습니다.  |
| 900 (서버 에러)     | 900 | 서버 에러             | 예기치 못한 에러가 발생했습니다.        |

​


---

# 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.genser.ai/more-info/error-code.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.
