یک شی که اطلاعاتی در مورد ماهیت یک خطا ناشی از تلاش برای اجرای یک تابع اسکریپت با استفاده از Apps Script API ارائه می دهد. اگر فراخوانی run با موفقیت انجام شود اما تابع اسکریپت (یا خود Apps Script) یک استثنا ایجاد کند، فیلد error بدنه پاسخ حاوی یک شی Status است. فیلد details شی Status حاوی آرایه ای با یکی از این اشیاء ExecutionError است.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-11-13 بهوقت ساعت هماهنگ جهانی."],[[["`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."]]],[]]