[[["容易理解","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"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\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,[]]