| Package | Description |
|---|---|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField |
ValidationExceptionField.clone() |
ValidationExceptionField |
ValidationExceptionField.withMessage(String message)
The message about the validation failure.
|
ValidationExceptionField |
ValidationExceptionField.withName(String name)
The field name that failed validation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationExceptionField> |
ValidationException.getFieldList()
The list of fields that caused the error, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withFieldList(ValidationExceptionField... fieldList)
The list of fields that caused the error, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationException.setFieldList(Collection<ValidationExceptionField> fieldList)
The list of fields that caused the error, if applicable.
|
ValidationException |
ValidationException.withFieldList(Collection<ValidationExceptionField> fieldList)
The list of fields that caused the error, if applicable.
|
Copyright © 2023. All rights reserved.