ত্রুটি বস্তু. এটি একটি 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"]]