| Package | Description |
|---|---|
| com.amazonaws.mws.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<Error> |
ErrorResponse.error |
| Modifier and Type | Method and Description |
|---|---|
Error |
ObjectFactory.createError()
Create an instance of
Error |
Error |
Error.withCode(String value)
Sets the value of the Code property.
|
Error |
Error.withDetail(Error.Detail value)
Sets the value of the Detail property.
|
Error |
Error.withMessage(String value)
Sets the value of the Message property.
|
Error |
Error.withType(String value)
Sets the value of the Type property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Error> |
ErrorResponse.getError()
Gets the value of the error property.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorResponse |
ErrorResponse.withError(Error... values)
Sets the value of the Error property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorResponse.setError(List<Error> error)
Sets the value of the error property.
|
| Constructor and Description |
|---|
ErrorResponse(List<Error> error,
String requestId)
Value constructor
|
Copyright © 2020. All rights reserved.