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
/
ErrorResponse
Error
Response
public
final
class
ErrorResponse
Parameters
transaction
Id
errors
Members
Constructors
Error
Response
Link copied to clipboard
public
ErrorResponse
ErrorResponse
(
String
transactionId
,
List
<
ErrorResponseErrorsInner
>
errors
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
errors
Link copied to clipboard
@
NotNull
(
)
@
Valid
(
)
private
final
List
<
ErrorResponseErrorsInner
>
errors
transaction
Id
Link copied to clipboard
@
NotNull
(
)
@
Valid
(
)
private
final
String
transactionId
Functions
builder
Link copied to clipboard
public
final
static
ErrorResponse.Builder
builder
(
)
get
Errors
Link copied to clipboard
public
final
List
<
ErrorResponseErrorsInner
>
getErrors
(
)
get
Transaction
Id
Link copied to clipboard
public
final
String
getTransactionId
(
)
to
Builder
Link copied to clipboard
public
final
ErrorResponse.Builder
toBuilder
(
)