TNDataCollectorResponse

@objc
public enum TNDataCollectorResponse : Int, Error
extension TNDataCollectorResponse: LocalizedError

Undocumented

  • Undocumented

    Declaration

    Swift

    case success = 0
  • For sending events

    Declaration

    Swift

    case unsupportedEvent
  • Undocumented

    Declaration

    Swift

    case badCofiguration
  • For subscriptions

    Declaration

    Swift

    case emptyTypes
  • Undocumented

    Declaration

    Swift

    case emptyConsumerName
  • Undocumented

    Declaration

    Swift

    case existedConsumerForType
  • Undocumented

    Declaration

    Swift

    case unknown
  • Undocumented

    Declaration

    Swift

    public var _domain: String { get }
  • Declaration

    Swift

    public var errorDescription: String? { get }