[[["이해하기 쉬움","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(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,[]]