אובייקט שמספק מידע על אופי השגיאה שנוצרת מניסיון להפעיל של פונקציית סקריפט באמצעות Apps Script API. אם הקריאה ל-run מצליחה אבל פונקציית הסקריפט (או הסקריפט של ה-Apps Script עצמה) גורמת לחריגה, השדה error בגוף התגובה יכיל אובייקט Status. השדה details של האובייקט Status מכיל מערך עם אחד מהאובייקטים האלה של ExecutionError.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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."]]],[]]