GCKError Class
Stay organized with collections
Save and categorize content based on your preferences.
A subclass of NSError for framework errors.
Inherits NSError.
Constructs a GCKError with the given error code.
Constructs a GCKError with the given error code and optional custom data.
Returns the human-readable description for a given error code.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["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."],[[["`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."],["A human-readable description can be obtained for any given `GCKErrorCode` using the `enumDescriptionForCode:` method."]]],["The `GCKError` class, a subclass of `NSError`, provides methods for handling framework errors. Key actions include constructing `GCKError` objects using `errorWithCode:` and `errorWithCode:customData:`, where the latter allows for optional custom data. Additionally, `enumDescriptionForCode:` retrieves a human-readable description corresponding to a specified error code. These static methods enable developers to create and interpret `GCKError` instances.\n"]]