> For the complete documentation index, see [llms.txt](https://docs.allganize.ai/api-reference/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/api-reference/ja-1/error-handling.md).

# Error Handling

エラー応答には、トラブルシューティングをするための情報メッセージが含まれます：

### メソッドエラー

不正なHTTPメソッドを使用した場合：

```json
{"error": "Method Not Allowed POST: /webapi/apps"}
```

### 入力不足エラー

必要な入力が欠けている場合のエラーメッセージ（例：LLMアプリを実行する際）：

```json
{"errors": "internal error. Expecting value: line 1 column 1 (char 0)"}
```
