> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

> エラーレスポンスの確認から、リクエストごとの診断ログのエクスポートに至るまで、Boxアプリケーションの問題を診断するために役立つツールとワークフローをご用意しています。

# トラブルシューティング

export const Link = ({href, children, className, ...props}) => {
  const localizedHref = localizeLink(href);
  return <a href={localizedHref} className={className} {...props}>
      {children}
    </a>;
};

Boxアプリケーションで予期しない動作が発生する場合、以下のガイドを参照することで、根本原因を特定し、Boxサポートが調査を行うために必要な情報を収集することができます。

## はじめに

* <Link href="/guides/troubleshooting/debugging-your-box-app">Boxアプリのデバッグ</Link> — 体系的なワークフローを通じて、リクエストの失敗を診断し、再試行とタイムアウトを処理し、フロー内の問題箇所を特定します。
* <Link href="/guides/troubleshooting/app-diagnostics-report">App Diagnosticsレポート</Link> — サポートチケットや監査のために、アプリが行ったすべてのAPIコールについて、リクエストごとのログを生成します。

## 関連参考資料

API固有の参考資料として、<Link href="/guides/api-calls/permissions-and-errors">権限とエラー</Link>ガイドが用意されています。<Link href="/guides/api-calls/permissions-and-errors/common-errors">エラー</Link>、<Link href="/guides/api-calls/permissions-and-errors/rate-limits">レート制限</Link>、<Link href="/guides/api-calls/permissions-and-errors/scopes">スコープ</Link>などに関する情報を参照できます。
