_ErrorType
typealias InstallationsErrorCode.Code._ErrorType = InstallationsErrorCodeUndocumented
-
Unknown error. See
userInfofor details.Declaration
Swift
case unknown = 0 -
Keychain error. See
userInfofor details.Declaration
Swift
case keychain = 1 -
Server unreachable. A network error or server is unavailable. See
userInfofor details.Declaration
Swift
case serverUnreachable = 2 -
FirebaseApp configuration issues e.g. invalid GMP-App-ID, etc. See
userInfofor details.Declaration
Swift
case invalidConfiguration = 3