GoogleSignIn Framework Reference

  • kGIDSignInErrorDomain is a global constant representing the error domain for NSErrors returned by the Google Sign-In SDK.

  • It can be declared as a String in Swift and a non-null NSErrorDomain in Objective-C.

Constants

The following constants are available globally.

  • The error domain for NSErrors returned by the Google Sign-In SDK.

    Declaration

    Swift

    let kGIDSignInErrorDomain: String

    Objective-C

    extern const NSErrorDomain _Nonnull kGIDSignInErrorDomain