Enumerated value that indicates the source of Remote Config data. Data can come from
the Remote Config service, the DefaultConfig that is available when the app is first installed,
or a static initialized value if data is not available from the service or DefaultConfig.
[[["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\nEnumerations\n============\n\nThe following enumerations are available globally.\n- `\n ``\n ``\n `\n\n ### [RemoteConfigFetchStatus](/docs/reference/swift/firebaseremoteconfig/api/reference/Enums/RemoteConfigFetchStatus)\n\n `\n ` \n Indicates whether updated data was successfully fetched. \n\n #### Declaration\n\n Swift \n\n enum RemoteConfigFetchStatus : Int, @unchecked Sendable\n\n- `\n ``\n ``\n `\n\n ### [RemoteConfigFetchAndActivateStatus](/docs/reference/swift/firebaseremoteconfig/api/reference/Enums/RemoteConfigFetchAndActivateStatus)\n\n `\n ` \n Indicates whether updated data was successfully fetched and activated. \n\n #### Declaration\n\n Swift \n\n enum RemoteConfigFetchAndActivateStatus : Int, @unchecked Sendable\n\n- `\n ``\n ``\n `\n\n ### [_ErrorType](/docs/reference/swift/firebaseremoteconfig/api/reference/Enums/_ErrorType)\n\n `\n ` \n Firebase Remote Config service fetch error. \n\n #### Declaration\n\n Swift \n\n typealias RemoteConfigError.Code._ErrorType = RemoteConfigError\n\n- `\n ``\n ``\n `\n\n ### [_ErrorType](/docs/reference/swift/firebaseremoteconfig/api/reference/Enums/_ErrorType)\n\n `\n ` \n Firebase Remote Config real-time config update service error. \n\n #### Declaration\n\n Swift \n\n typealias RemoteConfigUpdateError.Code._ErrorType = RemoteConfigUpdateError\n\n- `\n ``\n ``\n `\n\n ### [_ErrorType](/docs/reference/swift/firebaseremoteconfig/api/reference/Enums/_ErrorType)\n\n `\n ` \n Firebase Remote Config custom signals error. \n\n #### Declaration\n\n Swift \n\n typealias RemoteConfigCustomSignalsError.Code._ErrorType = RemoteConfigCustomSignalsError\n\n- `\n ``\n ``\n `\n\n ### [RemoteConfigSource](/docs/reference/swift/firebaseremoteconfig/api/reference/Enums/RemoteConfigSource)\n\n `\n ` \n Enumerated value that indicates the source of Remote Config data. Data can come from\n the Remote Config service, the DefaultConfig that is available when the app is first installed,\n or a static initialized value if data is not available from the service or DefaultConfig. \n\n #### Declaration\n\n Swift \n\n enum RemoteConfigSource : Int, @unchecked Sendable\n\n- `\n ``\n ``\n `\n\n ### [RemoteConfigValueCodableError](/docs/reference/swift/firebaseremoteconfig/api/reference/Enums/RemoteConfigValueCodableError)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n public enum RemoteConfigValueCodableError : Error\n\n- `\n ``\n ``\n `\n\n ### [RemoteConfigCodableError](/docs/reference/swift/firebaseremoteconfig/api/reference/Enums/RemoteConfigCodableError)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n public enum RemoteConfigCodableError : Error"]]