FlightBookingError
public enum FlightBookingError : Error
Error that can occur upon FlightBooking
management.
-
Only logged in users can manage
FlightBooking
s. If unidentified user tries to manageFlightBooking
s, this error will occur.Declaration
Swift
case unidentifiedTraveler