_ErrorType
typealias InstallationsErrorCode.Code._ErrorType = InstallationsErrorCodeUndocumented
-
Unknown error. See
userInfofor details.Declaration
Swift
static var unknown: InstallationsErrorCode.Code { get } -
Keychain error. See
userInfofor details.Declaration
Swift
static var keychain: InstallationsErrorCode.Code { get } -
Server unreachable. A network error or server is unavailable. See
userInfofor details.Declaration
Swift
static var serverUnreachable: InstallationsErrorCode.Code { get } -
FirebaseApp configuration issues e.g. invalid GMP-App-ID, etc. See
userInfofor details.Declaration
Swift
static var invalidConfiguration: InstallationsErrorCode.Code { get }