FindUsersError

@objc(VTEFindUsersError)
public enum FindUsersError : Int, LocalizedError

Declares error types and codes for finding users

  • duplicateCards: Found duplicated Cards
  • missingCachedCard: Card with provided identity was not found locally. Try to call findUsers first
  • cardWasNotFound: Card for one or more of provided identities was not found
  • Undocumented

    Declaration

    Swift

    case duplicateCards = 1
  • Undocumented

    Declaration

    Swift

    case missingCachedCard = 2
  • Undocumented

    Declaration

    Swift

    case cardWasNotFound = 3
  • Human-readable localized description

    Declaration

    Swift

    public var errorDescription: String? { get }