public static interface ValidationError.Builder extends SdkPojo, CopyableBuilder<ValidationError.Builder,ValidationError>
Modifier and Type | Method and Description |
---|---|
ValidationError.Builder |
code(String code)
The error code that indicates why the parameter or parameter combination is not valid.
|
ValidationError.Builder |
message(String message)
The error message that describes why the parameter or parameter combination is not valid.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ValidationError.Builder code(String code)
The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error Codes.
code
- The error code that indicates why the parameter or parameter combination is not valid. For more
information about error codes, see Error
Codes.ValidationError.Builder message(String message)
The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error Codes.
message
- The error message that describes why the parameter or parameter combination is not valid. For more
information about error messages, see Error
Codes.Copyright © 2021. All rights reserved.