_ErrorType
typealias RemoteConfigCustomSignalsError.Code._ErrorType = RemoteConfigCustomSignalsErrorFirebase Remote Config custom signals error.
-
Unknown error.
Declaration
Swift
static var unknown: RemoteConfigCustomSignalsError.Code { get } -
Invalid value type in the custom signals dictionary.
Declaration
Swift
static var invalidValueType: RemoteConfigCustomSignalsError.Code { get } -
Limit exceeded for key length, value length, or number of signals.
Declaration
Swift
static var limitExceeded: RemoteConfigCustomSignalsError.Code { get }