public static interface BatchStatementError.Builder extends SdkPojo, CopyableBuilder<BatchStatementError.Builder,BatchStatementError>
| Modifier and Type | Method and Description |
|---|---|
BatchStatementError.Builder |
code(BatchStatementErrorCodeEnum code)
The error code associated with the failed PartiQL batch statement.
|
BatchStatementError.Builder |
code(String code)
The error code associated with the failed PartiQL batch statement.
|
BatchStatementError.Builder |
message(String message)
The error message associated with the PartiQL batch response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStatementError.Builder code(String code)
The error code associated with the failed PartiQL batch statement.
code - The error code associated with the failed PartiQL batch statement.BatchStatementErrorCodeEnum,
BatchStatementErrorCodeEnumBatchStatementError.Builder code(BatchStatementErrorCodeEnum code)
The error code associated with the failed PartiQL batch statement.
code - The error code associated with the failed PartiQL batch statement.BatchStatementErrorCodeEnum,
BatchStatementErrorCodeEnumBatchStatementError.Builder message(String message)
The error message associated with the PartiQL batch response.
message - The error message associated with the PartiQL batch response.Copyright © 2023. All rights reserved.