GCKError 클래스
프레임워크 오류에 대한 NSError의 서브클래스입니다.
NSError를 상속합니다.
지정된 오류 코드와 선택적 커스텀 데이터로 GCKError를 구성합니다.
지정된 오류 코드에 대해 사람이 읽을 수 있는 설명을 반환합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-02(UTC)
[null,null,["최종 업데이트: 2023-12-02(UTC)"],[[["`GCKError` is a subclass of `NSError` specifically designed for Google Cast framework errors."],["You can construct a `GCKError` instance with an error code and optional custom data."],["`GCKError` provides a method to retrieve a human-readable description for a given error code."],["The class includes methods for constructing instances with specified error codes and custom data."]]],["The GCKError class, a subclass of NSError, provides methods for handling framework errors. It includes three primary class methods: `errorWithCode:`, which creates a GCKError instance with a specified error code; `errorWithCode:customData:`, which creates a GCKError instance with an error code and optional custom data; and `enumDescriptionForCode:`, which provides a human-readable description for a given error code. These methods are to help with creating error instances and understanding them.\n"]]