DevicePairError

public enum DevicePairError : Error, Equatable

Various errors that can happen during the pairing of a external device.

  • Declaration

    Swift

    public static func == (lhs: DevicePairError, rhs: DevicePairError) -> Bool
  • A TytoCare device failed to pair.

    Note

    This is returned when the TytoCare account creation or device pairing fails.

    Declaration

    Swift

    case tytoCarePairFailed(TytoCareFailedReason)