شی خطا. این می تواند یک شی Error (به عنوان مثال، اگر یک Error در یک کنترل کننده رویداد پرتاب شده است) یا یک شی با اطلاعات خطا (به عنوان مثال، اگر گیرنده یک فرمان نامعتبر دریافت کرده است) باشد.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-10-30 بهوقت ساعت هماهنگ جهانی."],[[["`cast.framework.events.ErrorEvent` provides data for errors occurring within the Cast framework."],["It includes properties like `detailedErrorCode`, `error`, `reason`, and `severity` for detailed error information."],["These properties help developers understand the cause and severity of errors, aiding in debugging and error handling."],["Constructor parameters allow for setting these properties when creating a new `ErrorEvent` instance."]]],["The `ErrorEvent` class provides data for `ERROR` events within the cast framework. It's constructed with optional parameters: `detailedErrorCode`, `error` (an object or Error), `reason`, and `severity`. Its properties include the `detailedErrorCode` (identifying the error's cause), the `error` object (either an Error instance or an object with error info), `reason` (the error's reason), and `severity` (the error's level of importance). These elements allow for comprehensive error reporting.\n"]]