# エラーコード

{% hint style="info" %}
genserで使用するエラーコードです。
{% endhint %}

| 大分類コード(分類名)                          | コード | 説明                   | 詳細説明                        |
| ------------------------------------ | --- | -------------------- | --------------------------- |
| 001 (ファイルエラー)                        | 001 | ファイル拡張子              | サポートされていないファイル拡張子です。        |
| ​                                    | 002 | ファイルエンコーディング         | サポートされていないファイルエンコーディング形式です。 |
| ​                                    | 003 | ファイルサイズ              | サポートされているファイルサイズを超えました。     |
| ​                                    | 004 | ファイル名                | サポートされているファイル名の長さを超えました。    |
| ​                                    | 005 | 破損したファイル             | ファイルが破損しています。               |
| <p></p><p>100 (データ処理エラー)</p><p></p>  | 100 | データ件数                | サポートされているデータ件数を超えました。       |
| ​                                    | 101 | 必須値が入力されていません        | 必須値が入力されていません。              |
| ​                                    | 102 | 電話番号の形式が一致しません       | 電話番号の形式が一致しません。             |
| ​                                    | 103 | 電話番号の重複              | 重複した電話番号が存在します。             |
| ​                                    | 104 | 数字以外の値が入力されました       | 電話番号は数字のみ入力可能です。            |
| ​                                    | 105 | ユーザーIDの重複            | 重複したユーザーIDが存在します。           |
| ​                                    | 106 | テンプレート形式の不一致         | テンプレート形式に合わないファイルです。        |
| ​                                    | 107 | テンプレートにデータが入力されていません | アップロードしたファイルにデータが存在しません。    |
| <p></p><p>200 (画像ファイルエラー)</p><p></p> | 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/ja/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.
