ErrorCode
Określony kod błędu informujący o błędzie.
Wartości w polu enum |
ERROR_CODE_UNSPECIFIED |
Ogólny błąd interfejsu API – brak dodatkowych szczegółów. |
DOCUMENT_TOO_LARGE_TO_EDIT |
Wskazuje, że dokument jest za duży, aby kontynuować jego edycję. Utworzenie kopii arkusza kalkulacyjnego może rozwiązać problem. |
DOCUMENT_TOO_LARGE_TO_LOAD |
Wskazuje, że dokument jest zbyt duży do wczytania. Utworzenie kopii arkusza kalkulacyjnego może rozwiązać problem. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-03 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]