public static interface BatchItemError.Builder extends SdkPojo, CopyableBuilder<BatchItemError.Builder,BatchItemError>
| Modifier and Type | Method and Description |
|---|---|
BatchItemError.Builder |
code(BatchItemErrorCode code)
The error code associated with the batch request error.
|
BatchItemError.Builder |
code(String code)
The error code associated with the batch request error.
|
BatchItemError.Builder |
message(String message)
A message with the reason for the batch request error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchItemError.Builder code(String code)
The error code associated with the batch request error.
code - The error code associated with the batch request error.BatchItemErrorCode,
BatchItemErrorCodeBatchItemError.Builder code(BatchItemErrorCode code)
The error code associated with the batch request error.
code - The error code associated with the batch request error.BatchItemErrorCode,
BatchItemErrorCodeBatchItemError.Builder message(String message)
A message with the reason for the batch request error.
message - A message with the reason for the batch request error.Copyright © 2021. All rights reserved.