Tham số thực thi dữ liệu không hợp lệ. Ô nguồn phải tồn tại và chỉ chứa số hoặc văn bản.
Vui lòng cập nhật nguồn dữ liệu specification.
UNSUPPORTED_DATA_TYPE
Enum
Quá trình thực thi dữ liệu trả về loại dữ liệu không được hỗ trợ. Vui lòng cập nhật nguồn dữ liệu specification.
Đối với BigQuery, loại ARRAY hoặc STRUCT không được hỗ trợ.
DUPLICATE_COLUMN_NAMES
Enum
Quá trình thực thi dữ liệu trả về tên cột trùng lặp. Vui lòng cập nhật nguồn dữ liệu specification.
INTERRUPTED
Enum
Quá trình thực thi dữ liệu bị gián đoạn. Vui lòng làm mới sau.
OTHER
Enum
Các lỗi khác.
TOO_MANY_CHARS_PER_CELL
Enum
Quá trình thực thi dữ liệu trả về các giá trị vượt quá số ký tự tối đa được phép trong một ô.
Vui lòng cập nhật nguồn dữ liệu specification.
DATA_NOT_FOUND
Enum
Không tìm thấy cơ sở dữ liệu được tham chiếu theo nguồn dữ liệu. Vui lòng cập nhật nguồn dữ liệu specification.
PERMISSION_DENIED
Enum
Người dùng không có quyền truy cập vào cơ sở dữ liệu mà nguồn dữ liệu tham chiếu đến. Vui lòng cập nhật nguồn dữ liệu specification hoặc liên hệ với chủ sở hữu dự án thanh toán để yêu cầu quyền truy cập.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-12-02 UTC."],[[["`DataExecutionErrorCode` is an enumeration of error codes that can occur during data execution in Google Apps Script."],["These error codes provide information about the nature of the error, such as timeouts, exceeding data limits, or invalid parameters."],["Most errors can be addressed by updating the data source specification using `DataSourceSpec`."],["To access a specific error code, use the syntax: `SpreadsheetApp.DataExecutionErrorCode.ERROR_CODE`, replacing `ERROR_CODE` with the desired code (e.g., `TIME_OUT`)."],["For engine-specific or detailed error messages, refer to `DataExecutionStatus.getErrorMessage()`."]]],["`DataExecutionErrorCode` enumerates errors during data execution. Errors include `TIME_OUT`, `TOO_MANY_ROWS/COLUMNS/CELLS`, `ENGINE` failure, `PARAMETER_INVALID`, `UNSUPPORTED_DATA_TYPE`, `DUPLICATE_COLUMN_NAMES`, `INTERRUPTED`, `OTHER`, `TOO_MANY_CHARS_PER_CELL`, `DATA_NOT_FOUND`, `PERMISSION_DENIED`, `NONE`, and `DATA_EXECUTION_ERROR_CODE_UNSUPPORTED`. To use an error code, use `SpreadsheetApp.DataExecutionErrorCode.ERROR_NAME`. Several errors suggest updating the data source specification. The `ENGINE` error uses `DataExecutionStatus.getErrorMessage()` for details.\n"]]