> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/transit-classic/ja/apirifarensu/api-gai-yao/er.md).

# エラー管理

下表はTES APIで使用されるさまざまなエラーコードを列挙しています。

| ステータスコード | 説明                                                     | 再試行可能 |
| -------- | ------------------------------------------------------ | ----- |
| 111      | 必須パラメータが欠落しています                                        | N     |
| 112      | パラメータの形式が不正です                                          | N     |
| 113      | 不明なイシュア                                                | N     |
| 116      | 不明なカード口座                                               | N     |
| 117      | 不明なデバイス                                                | N     |
| 118      | 不明なセッション                                               | N     |
| 119      | 不明な仮想カード                                               | N     |
| 120      | 不明な購入                                                  | N     |
| 121      | 不明なリクエスト                                               | N     |
| 159      | カードはブラックリストに登録されています                                   | N     |
| 160      | カードは削除されています                                           | N     |
| 162      | カードの残高が不足しています                                         | N     |
| 163      | カード製品は有効性がありません                                        | N     |
| 164      | プロビジョニング回数が上限を超えました                                    | N     |
| 166      | カード情報が無効です                                             | N     |
| 167      | カードは既にプロビジョニングされています                                   | N     |
| 170      | プロビジョニングリクエストが拒否されました                                  | N     |
| 171      | <p>ウォレット口座の不一致。<br>ウォレット口座は既に別の顧客名義のカードに関連付けられています</p> | N     |
| 172      | 無効なカード、サポートされていないシステムコード                               | N     |
| 173      | 無効なカード、サポートされていないサービス                                  | N     |
| 177      | 無効なカード、無効なエリアデータ                                       | N     |
| 178      | 無効なカード、カードのステータスが入場中です                                 | N     |
| 191      | カードは有効期限切れです                                           | N     |
| 192      | リーダーモードの試行が許容閾値を超えました                                  | N     |
| 221      | デバイスまたはウォレットサーバーにアクセスできません                             | Y     |
| 231      | デバイスの予期しないエラー                                          | N     |
| 232      | デバイスのメモリエラー（メモリ不足）                                     | N     |
| 321      | このデバイスでは既に操作が進行中です                                     | Y     |
| 322      | 操作の有効期限が切れました                                          | Y     |
| 323      | 操作が完了していません                                            | N     |
| 419      | PINが必要です                                               | N     |
| 420      | PINが正しくありません                                           | N     |
| 421      | PINがロックされています                                          | N     |
| 432      | 現在のカード状態では操作は許可されていません                                 | N     |
| 911      | 操作に失敗しました                                              | N     |
| 921      | 予期しないサーバーエラー                                           | Y     |

さらに、HTTP 5xxコードで応答するすべてのリクエストは再試行可能と見なされます。


---

# 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:

```
GET https://docs.payments.thalescloud.io/transit-classic/ja/apirifarensu/api-gai-yao/er.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.
