[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2023-12-02 (שעון UTC)."],[[["`chrome.cast.Error` objects describe errors returned by the Cast API and are usually not created directly by the client."],["These error objects contain an error code (`code`), an optional human-readable description (`description`), and optional error-specific details (`details`)."],["The `code` property is a value from the `chrome.cast.ErrorCode` enumeration, providing a specific error classification."],["`description` and `details` properties offer further information for understanding and handling the error."]]],["The `chrome.cast.Error` class describes API errors, typically not client-created. It's constructed with a non-null error code (`chrome.cast.ErrorCode`), an optional string description, and optional error-specific details. Key properties include the `code` (error code), `description` (human-readable explanation), and `details` (error-specific object). These provide structured information about encountered errors. The parameters for creating a new instance of error include code, description and details.\n"]]