ErrorCode
Mã lỗi cụ thể cho biết đã xảy ra sự cố gì.
Enum |
ERROR_CODE_UNSPECIFIED |
Lỗi API chung – không thêm thông tin chi tiết để thêm. |
DOCUMENT_TOO_LARGE_TO_EDIT |
Cho biết tài liệu quá lớn nên không thể tiếp tục chỉnh sửa. Việc tạo bản sao của bảng tính có thể giúp khắc phục vấn đề này. |
DOCUMENT_TOO_LARGE_TO_LOAD |
Cho biết tài liệu quá lớn nên không thể tải. Việc tạo bản sao của bảng tính có thể giúp khắc phục vấn đề này. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-03 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]