public static interface ValidationExceptionField.Builder extends SdkPojo, CopyableBuilder<ValidationExceptionField.Builder,ValidationExceptionField>
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField.Builder |
message(String message)
A message describing why this field couldn't be validated.
|
ValidationExceptionField.Builder |
name(String name)
The name of the field that caused the validation error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationExceptionField.Builder message(String message)
A message describing why this field couldn't be validated.
message - A message describing why this field couldn't be validated.ValidationExceptionField.Builder name(String name)
The name of the field that caused the validation error.
name - The name of the field that caused the validation error.Copyright © 2023. All rights reserved.