Đối tượng cung cấp thông tin về bản chất của lỗi phát sinh khi cố gắng thực thi hàm của tập lệnh bằng API Apps Script. Nếu lệnh gọi run thành công nhưng hàm tập lệnh (hoặc chính Apps Script) gửi ra một ngoại lệ, thì trường error của nội dung phản hồi sẽ chứa đối tượng Status. Trường details của đối tượng Status chứa một mảng chứa một trong các đối tượng ExecutionError này.
[[["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-09-12 UTC."],[[["`ExecutionError` objects provide information about errors during script execution via the Apps Script API."],["These objects contain details such as stack trace elements, error message, and error type."],["`ScriptStackTraceElement` objects offer a stack trace showing the location of the execution failure within the script."],["They include the function name and line number where the error occurred."]]],[]]