RemoteConfigError
enum RemoteConfigError : Int
Firebase Remote Config service fetch error.
-
Unknown or no error.
Declaration
Swift
case unknown = 8001
-
Frequency of fetch requests exceeds throttled limit.
Declaration
Swift
case throttled = 8002
-
Internal error that covers all internal HTTP errors.
Declaration
Swift
case internalError = 8003