Enumerations
The following enumerations are available globally.
-
Different errors a booking can have
See moreDeclaration
Swift
public enum BookingError : Error
extension BookingError: LocalizedError
-
Undocumented
See moreDeclaration
Swift
public enum CancellationError : Error
extension CancellationError: LocalizedError
-
Undocumented
See moreDeclaration
Swift
public enum CatalogItemType : String, Decodable
-
Represents the different statuses a
See moreDiscount
can haveDeclaration
Swift
public enum DisountCouponStatus
-
Undocumented
See moreDeclaration
Swift
public enum EphemeralKeyError : Error
-
Error that can occur upon
See moreFlightBooking
management.Declaration
Swift
public enum FlightBookingError : Error
-
Undocumented
See moreDeclaration
Swift
public enum ItineraryItemType : String, Decodable
-
Errors that can occur when creating an itinerary query
See moreDeclaration
Swift
public enum ItineraryQueryError : Error
-
An enumeration specifying all supported payment options
See moreDeclaration
Swift
public enum PaymentOption : String, Codable
-
Errors that can occur upon fetching the
See morePointsWallet
Declaration
Swift
public enum PointsWalletResultError : Error
-
Undocumented
See moreDeclaration
Swift
public enum ExchangeError : Error
-
Undocumented
See moreDeclaration
Swift
public enum Currency : String, Decodable
-
The different errors that can occur in the
See morePurchaseForm
Declaration
Swift
public enum PurchaseFormError : Error
-
Errors that occur when fetching a
See morePurchaseForm
Declaration
Swift
public enum PurchaseFormFetchingError : Error
-
Different types of product
See moreDeclaration
Swift
public enum PurchaseType : String, Decodable
-
An enum that encompasses all possible search queries
See moreDeclaration
Swift
public enum SearchQuery
-
Errors that can occur when creating a search query
See moreDeclaration
Swift
public enum SearchQueryError : Error
-
Undocumented
See moreDeclaration
Swift
public enum UnhandledError : Error
extension UnhandledError: LocalizedError
-
Errors that can occur upon fetching the Wishlist
See moreDeclaration
Swift
public enum WishlistResultError : Error
-
Undocumented
See moreDeclaration
Swift
public enum WishlistToggleError : Error
extension WishlistToggleError: LocalizedError
-
Undocumented
See moreDeclaration
Swift
public enum NetworkError : Error
extension NetworkError: LocalizedError
-
Undocumented
See moreDeclaration
Swift
@objc public enum LogLevel : Int