| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.model.timeseries | |
| com.alicloud.openservices.tablestore.reader |
| Modifier and Type | Method and Description |
|---|---|
Error |
BatchGetRowResponse.RowResult.getError() |
Error |
BatchWriteRowResponse.RowResult.getError()
若该行查询执行失败,则返回具体的错误信息。
|
Error |
BulkImportResponse.RowResult.getError()
若该行查询执行失败,则返回具体的错误信息。
|
| Constructor and Description |
|---|
RowResult(Error error,
int index)
internal use
|
RowResult(String tableName,
Error error,
int index) |
RowResult(String tableName,
Row row,
Error error,
int index)
internal use
|
| Modifier and Type | Method and Description |
|---|---|
Error |
UpdateTimeseriesMetaResponse.FailedRowResult.getError() |
Error |
DeleteTimeseriesMetaResponse.FailedRowResult.getError() |
Error |
PutTimeseriesDataResponse.FailedRowResult.getError() |
| Constructor and Description |
|---|
FailedRowResult(int index,
Error error) |
FailedRowResult(int index,
Error error) |
FailedRowResult(int index,
Error error) |
| Modifier and Type | Method and Description |
|---|---|
Error |
RowReadResult.getError() |
| Modifier and Type | Method and Description |
|---|---|
void |
RowReadResult.setError(Error error) |
Copyright © 2024. All Rights Reserved.