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