| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
FieldError |
FieldError.clone() |
FieldError |
FieldError.withErrorCode(String errorCode)
The error code from getting a field.
|
FieldError |
FieldError.withId(String id)
The field identifier that caused the error.
|
FieldError |
FieldError.withMessage(String message)
The error message from getting a field.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldError> |
BatchGetFieldResult.getErrors()
A list of field errors.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetFieldResult |
BatchGetFieldResult.withErrors(FieldError... errors)
A list of field errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetFieldResult.setErrors(Collection<FieldError> errors)
A list of field errors.
|
BatchGetFieldResult |
BatchGetFieldResult.withErrors(Collection<FieldError> errors)
A list of field errors.
|
Copyright © 2022. All rights reserved.