একটি অবজেক্ট যা অ্যাপস স্ক্রিপ্ট API ব্যবহার করে একটি স্ক্রিপ্ট ফাংশন চালানোর প্রচেষ্টার ফলে একটি ত্রুটির প্রকৃতি সম্পর্কে তথ্য প্রদান করে। যদি একটি run কল সফল হয় কিন্তু স্ক্রিপ্ট ফাংশন (বা অ্যাপস স্ক্রিপ্ট নিজেই) একটি ব্যতিক্রম ছুঁড়ে দেয়, প্রতিক্রিয়া বডির error ক্ষেত্রে একটি Status অবজেক্ট থাকে। Status অবজেক্টের details ফিল্ডে এই 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-11-13 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."]]],[]]