| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
A list of the fields in which the validation exception occurred.
|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
A list of the fields in which the validation exception occurred.
|
ValidationException |
ValidationException.withReason(String reason)
The reason why the validation exception occurred (one of
unknownOperation, cannotParse,
fieldValidationFailed, or other). |
ValidationException |
ValidationException.withReason(ValidationExceptionReason reason)
The reason why the validation exception occurred (one of
unknownOperation, cannotParse,
fieldValidationFailed, or other). |
Copyright © 2022. All rights reserved.