public static interface ValidationExceptionField.Builder extends SdkPojo, CopyableBuilder<ValidationExceptionField.Builder,ValidationExceptionField>
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField.Builder |
message(String message)
A message with the reason for the validation exception error.
|
ValidationExceptionField.Builder |
name(String name)
The field name where the invalid entry was detected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationExceptionField.Builder message(String message)
A message with the reason for the validation exception error.
message - A message with the reason for the validation exception error.ValidationExceptionField.Builder name(String name)
The field name where the invalid entry was detected.
name - The field name where the invalid entry was detected.Copyright © 2022. All rights reserved.