(ненулевая ошибка, ненулевой объект или неопределенное значение)
Объект ошибки. Это может быть объект Error (например, если в обработчике событий была выброшена Error ) или объект с информацией об ошибке (например, если получатель получил недопустимую команду).
[[["Прост для понимания","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 UTC."],[[["`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"]]