public static interface ValidationExceptionField.Builder extends SdkPojo, CopyableBuilder<ValidationExceptionField.Builder,ValidationExceptionField>
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField.Builder |
message(String message)
Explanation of the reason for the validation error.
|
ValidationExceptionField.Builder |
name(String name)
Name of the field which failed validation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationExceptionField.Builder message(String message)
Explanation of the reason for the validation error.
message - Explanation of the reason for the validation error.ValidationExceptionField.Builder name(String name)
Name of the field which failed validation.
name - Name of the field which failed validation.Copyright © 2023. All rights reserved.