| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
RecordError |
RecordError.clone() |
RecordError |
RecordError.withCode(String code)
The numeric value of the error.
|
RecordError |
RecordError.withDescription(String description)
The text description of the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordError> |
RecordDetail.getRecordErrors()
A list of errors that occurred while processing the request.
|
| Modifier and Type | Method and Description |
|---|---|
RecordDetail |
RecordDetail.withRecordErrors(RecordError... recordErrors)
A list of errors that occurred while processing the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordDetail.setRecordErrors(Collection<RecordError> recordErrors)
A list of errors that occurred while processing the request.
|
RecordDetail |
RecordDetail.withRecordErrors(Collection<RecordError> recordErrors)
A list of errors that occurred while processing the request.
|
Copyright © 2017. All rights reserved.