| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationError |
ValidationError.clone() |
ValidationError |
ValidationError.withElementPath(String elementPath)
Path to the source of the error.
|
ValidationError |
ValidationError.withErrorMessage(String errorMessage)
The error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
UnprocessableEntityException.getValidationErrors()
A collection of validation error responses.
|
| Modifier and Type | Method and Description |
|---|---|
UnprocessableEntityException |
UnprocessableEntityException.withValidationErrors(ValidationError... validationErrors)
A collection of validation error responses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnprocessableEntityException.setValidationErrors(Collection<ValidationError> validationErrors)
A collection of validation error responses.
|
UnprocessableEntityException |
UnprocessableEntityException.withValidationErrors(Collection<ValidationError> validationErrors)
A collection of validation error responses.
|
Copyright © 2024. All rights reserved.