ErrorCode
Codice di errore specifico che indica il problema.
Enum |
ERROR_CODE_UNSPECIFIED |
Errore generale dell'API. Nessun dettaglio aggiuntivo da aggiungere. |
DOCUMENT_TOO_LARGE_TO_EDIT |
Indica che il documento è troppo grande per continuare a modificarlo. Creare una copia del foglio di lavoro potrebbe risolvere il problema. |
DOCUMENT_TOO_LARGE_TO_LOAD |
Indica che il documento è troppo grande per essere caricato. Creare una copia del foglio di lavoro potrebbe risolvere il problema. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-03 UTC.
[null,null,["Ultimo aggiornamento 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"]]