> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-serverless-sft-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# API エラー

> 一般的な API エラーとその解決方法

以下の表は、遭遇する可能性のある一般的なAPIエラーの一覧です。

| エラーコード | メッセージ                                                                       | 原因                                                         | 解決策                                                                                                     |
| ------ | --------------------------------------------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| 401    | Authentication failed                                                       | 認証資格情報が正しくないか、W\&B の Project 、 Entity 、または名称が間違っています。      | 正しい APIキー を使用していること、および W\&B の Project 名と Entity が正しいことを確認してください。                                       |
| 402    | You exceeded your current quota, please check your plan and billing details | クレジットが不足しているか、月間の支出上限に達しました。                               | クレジットを追加するか、制限を引き上げてください。詳細については、 [Usage information and limits](/inference/usage-limits/) を参照してください。   |
| 403    | Country, region, or territory not supported                                 | サポートされていない場所からAPIにアクセスしています。                               | [Geographic restrictions](/inference/usage-limits/#geographic-restrictions) を参照してください。                  |
| 403    | The inference gateway is not enabled for your organization                  | 組織でインファレンスゲートウェイが有効化されていません。W\&B Inference を使用するにはこれが必要です。 | 組織の W\&B 管理者に連絡してインファレンスゲートウェイを有効にするか、 [W\&B support](mailto:support@wandb.com) までお問い合わせください。           |
| 429    | Concurrency limit reached for requests                                      | 同時リクエスト数が多すぎます。                                            | 同時リクエスト数を減らすか、制限を引き上げてください。詳細については、 [Usage information and limits](/inference/usage-limits/) を参照してください。 |
| 500    | The server had an error while processing your request                       | 内部 サーバー エラー。                                               | 少し待ってから再試行してください。問題が解決しない場合はサポートに連絡してください。                                                              |
| 503    | The engine is currently overloaded, please try again later                  | サーバー のトラフィックが高負荷になっています。                                   | しばらく待ってからリクエストを再試行してください。                                                                               |
