ErrorCode
列挙型 |
ERROR_CODE_UNSPECIFIED |
一般的な API エラーです。追加すべき詳細情報はありません。 |
DOCUMENT_TOO_LARGE_TO_EDIT |
ドキュメントのサイズが大きすぎるため編集を続行できないことを示します。スプレッドシートのコピーを作成することで、問題が解決する場合があります。 |
DOCUMENT_TOO_LARGE_TO_LOAD |
ドキュメントが大きすぎて読み込めないことを示します。スプレッドシートのコピーを作成することで、問題が解決する場合があります。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 UTC。"],[[["This page lists specific error codes that may occur when using the API."],["Each error code provides information about what went wrong, such as a document being too large to edit or load."],["Making a copy of a large spreadsheet may resolve issues indicated by `DOCUMENT_TOO_LARGE_TO_EDIT` and `DOCUMENT_TOO_LARGE_TO_LOAD` error codes."]]],["The core content outlines error codes for an API, specifically focusing on document-related issues. `ERROR_CODE_UNSPECIFIED` signals a general API error. `DOCUMENT_TOO_LARGE_TO_EDIT` indicates a document is too large for editing, suggesting making a copy as a solution. `DOCUMENT_TOO_LARGE_TO_LOAD` denotes a document is too large to load, with copying the spreadsheet proposed as a potential fix. These describe errors and fixes related to document size.\n"]]