WishlistToggleError
public enum WishlistToggleError : Error
extension WishlistToggleError: LocalizedError
Undocumented
-
The traveler is not identified yet. Developer must call
Traveler.identify()
before attempting to wishlsit or unwishlist an item.Declaration
Swift
case unidentifiedTraveler
-
Declaration
Swift
public var errorDescription: String? { get }