OrderResultError
public enum OrderResultError : Error
Errors that can occur upon fetching Order
s
-
The traveler is not identified yer. Developer must call
Traveler.identify()
before attempting to fetch ordersDeclaration
Swift
case unidentifiedTraveler
-
Undocumented
Declaration
Swift
case notInResult