FirebaseRemoteConfig Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-11 UTC."],[],[],null,["# FirebaseRemoteConfig Framework Reference\n\nFIRRemoteConfigUpdateError\n==========================\n\n enum FIRRemoteConfigUpdateError : NSInteger {}\n\nFirebase Remote Config real-time config update service error.\n- `\n ``\n ``\n `\n\n ### [FIRRemoteConfigUpdateErrorStreamError](#/c:@E@FIRRemoteConfigUpdateError@FIRRemoteConfigUpdateErrorStreamError)\n\n `\n ` \n Unable to make a connection to the Remote Config backend. \n\n #### Declaration\n\n Objective-C \n\n FIRRemoteConfigUpdateErrorStreamError = 8001\n\n- `\n ``\n ``\n `\n\n ### [FIRRemoteConfigUpdateErrorNotFetched](#/c:@E@FIRRemoteConfigUpdateError@FIRRemoteConfigUpdateErrorNotFetched)\n\n `\n ` \n Unable to fetch the latest version of the config. \n\n #### Declaration\n\n Objective-C \n\n FIRRemoteConfigUpdateErrorNotFetched = 8002\n\n- `\n ``\n ``\n `\n\n ### [FIRRemoteConfigUpdateErrorMessageInvalid](#/c:@E@FIRRemoteConfigUpdateError@FIRRemoteConfigUpdateErrorMessageInvalid)\n\n `\n ` \n The ConfigUpdate message was unparsable. \n\n #### Declaration\n\n Objective-C \n\n FIRRemoteConfigUpdateErrorMessageInvalid = 8003\n\n- `\n ``\n ``\n `\n\n ### [FIRRemoteConfigUpdateErrorUnavailable](#/c:@E@FIRRemoteConfigUpdateError@FIRRemoteConfigUpdateErrorUnavailable)\n\n `\n ` \n The Remote Config real-time config update service is unavailable. \n\n #### Declaration\n\n Objective-C \n\n FIRRemoteConfigUpdateErrorUnavailable = 8004"]]