_ErrorType
typealias RemoteConfigUpdateError.Code._ErrorType = RemoteConfigUpdateError
Firebase Remote Config real-time config update service error.
-
Unable to make a connection to the Remote Config backend.
Declaration
Swift
case streamError = 8001
-
Unable to fetch the latest version of the config.
Declaration
Swift
case notFetched = 8002
-
The ConfigUpdate message was unparsable.
Declaration
Swift
case messageInvalid = 8003
-
The Remote Config real-time config update service is unavailable.
Declaration
Swift
case unavailable = 8004