xap-sdk
Toggle table of contents
1.2.9
Select version
1.2.9
1.1.0
1.0.0
JVM
Platform filter
JVM
Switch theme
Search in API
xap-sdk
xap-sdk
/
com.expediagroup.sdk.xap.models
/
FlightsV1Error
Flights
V1Error
public
final
class
FlightsV1Error
Container for error list.
Parameters
code
Error code describing the issue
description
A simple description of what the error is.
Members
Constructors
Flights
V1Error
Link copied to clipboard
public
FlightsV1Error
FlightsV1Error
(
String
code
,
String
description
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
code
Link copied to clipboard
@
NotNull
(
)
@
Valid
(
)
private
final
String
code
description
Link copied to clipboard
@
NotNull
(
)
@
Valid
(
)
private
final
String
description
Functions
builder
Link copied to clipboard
public
final
static
FlightsV1Error.Builder
builder
(
)
get
Code
Link copied to clipboard
public
final
String
getCode
(
)
get
Description
Link copied to clipboard
public
final
String
getDescription
(
)
to
Builder
Link copied to clipboard
public
final
FlightsV1Error.Builder
toBuilder
(
)