GooglePlaces Framework Reference
kGMSPlacesErrorDomain
extern NSString *const _Nonnull kGMSPlacesErrorDomain
Error domain used for Places SDK errors.
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-11-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["`kGMSPlacesErrorDomain` is the designated error domain for issues encountered within the Places SDK."],["This domain is represented by the constant string `NSString *const _Nonnull kGMSPlacesErrorDomain`, ensuring consistent identification of Places-related errors."]]],["The core content defines `kGMSPlacesErrorDomain`, a constant string identifier. This identifier represents the error domain used specifically for errors originating from the Google Places SDK. It is declared as an external, non-nullable constant of type `NSString`. Its purpose is to categorize and distinguish errors related to the Places SDK from other potential errors.\n"]]