Flights V3Error
Container for error list.
Parameters
code
Error code describing the issue
description
A simple description of what the error is.
detail Code
Detailed error code describing the issue.
location Options
List for possible locations from which the customer must choose the best one to be re-submitted in the request.
Constructors
Link copied to clipboard
public FlightsV3Error FlightsV3Error(String code, String description, String detailCode, List<FlightsV3LocationOption> locationOptions)