TytoCareFailedReason

public enum TytoCareFailedReason : Error

Failure Reasons during the TytoCare integration setup

  • When setting up a TytoCare device, the user has denied a location (full precision) or wifi network has failed.

    Note

    This doesn’t stop the user from manually setting up the wifi network

    Declaration

    Swift

    case permissionDenied(type: TytoCarePermissionType)
  • When pairing the device the DexCare account is a minor.

    Declaration

    Swift

    case underAge
  • A generic error when the other enums aren’t caught

    Declaration

    Swift

    case failed(error: Error)
  • Undocumented

    See more

    Declaration

    Swift

    public struct TytoCarePermissionType : OptionSet