WishlistResultError
public enum WishlistResultError : Error
Errors that can occur upon fetching the Wishlist
-
The traveler is not identified yet. Developer must call
Traveler.identify()before attempting to fetch the wishlistDeclaration
Swift
case unidentifiedTraveler -
The local wishlist result doesn’t match the wishlist result from the server.
Declaration
Swift
case resultMismatch -
Undocumented
Declaration
Swift
public var errorDescription: String? { get }
WishlistResultError Enumeration Reference