public static interface ValidationFailure.Builder extends SdkPojo, CopyableBuilder<ValidationFailure.Builder,ValidationFailure>
| Modifier and Type | Method and Description |
|---|---|
ValidationFailure.Builder |
code(String code)
The error code of the failure.
|
ValidationFailure.Builder |
message(String message)
A message corresponding to the failure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationFailure.Builder code(String code)
The error code of the failure.
code - The error code of the failure.ValidationFailure.Builder message(String message)
A message corresponding to the failure.
message - A message corresponding to the failure.Copyright © 2023. All rights reserved.