devsite/tools/jazzy/templates

FirebaseRemoteConfig Framework Reference

_ErrorType

typealias RemoteConfigCustomSignalsError.Code._ErrorType = RemoteConfigCustomSignalsError

Firebase Remote Config custom signals error.

  • Unknown error.

    Declaration

    Swift

    case unknown = 8101
  • Invalid value type in the custom signals dictionary.

    Declaration

    Swift

    case invalidValueType = 8102
  • Limit exceeded for key length, value length, or number of signals.

    Declaration

    Swift

    case limitExceeded = 8103