[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003echrome.cast.Error\u003c/code\u003e objects describe errors returned by the Cast API and are usually not created directly by the client.\u003c/p\u003e\n"],["\u003cp\u003eThese error objects contain an error code (\u003ccode\u003ecode\u003c/code\u003e), an optional human-readable description (\u003ccode\u003edescription\u003c/code\u003e), and optional error-specific details (\u003ccode\u003edetails\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecode\u003c/code\u003e property is a value from the \u003ccode\u003echrome.cast.ErrorCode\u003c/code\u003e enumeration, providing a specific error classification.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edescription\u003c/code\u003e and \u003ccode\u003edetails\u003c/code\u003e properties offer further information for understanding and handling the error.\u003c/p\u003e\n"]]],["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"],null,[]]