FIRRemoteConfigUpdateError
enum FIRRemoteConfigUpdateError : NSInteger {}Firebase Remote Config real-time config update service error.
-
Unable to make a connection to the Remote Config backend.
Declaration
Objective-C
FIRRemoteConfigUpdateErrorStreamError = 8001 -
Unable to fetch the latest version of the config.
Declaration
Objective-C
FIRRemoteConfigUpdateErrorNotFetched = 8002 -
The ConfigUpdate message was unparsable.
Declaration
Objective-C
FIRRemoteConfigUpdateErrorMessageInvalid = 8003 -
The Remote Config real-time config update service is unavailable.
Declaration
Objective-C
FIRRemoteConfigUpdateErrorUnavailable = 8004