FirebaseRemoteConfig Framework Reference

_ErrorType

typealias RemoteConfigCustomSignalsError.Code._ErrorType = RemoteConfigCustomSignalsError

Firebase 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 }