PointsWalletResultError

public enum PointsWalletResultError : Error

Errors that can occur upon fetching the PointsWallet

  • The traveler is not identified yet. Developer must call Traveler.identify() before attempting to fetch the wishlist

    Declaration

    Swift

    case unidentifiedTraveler
  • Undocumented

    Declaration

    Swift

    public var errorDescription: String? { get }