FIRRemoteConfigError
enum FIRRemoteConfigError : NSInteger {}Firebase Remote Config service fetch error.
-
Unknown or no error.
Declaration
Objective-C
FIRRemoteConfigErrorUnknown = 8001 -
Frequency of fetch requests exceeds throttled limit.
Declaration
Objective-C
FIRRemoteConfigErrorThrottled = 8002 -
Internal error that covers all internal HTTP errors.
Declaration
Objective-C
FIRRemoteConfigErrorInternalError = 8003