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 resposne.
|
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 resposne.
message - The error message associated with the PartiQL batch resposne.Copyright © 2021. All rights reserved.