程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.model |
限定符和类型 | 方法和说明 |
---|---|
Error |
BatchWriteRowResponse.RowResult.getError()
若该行查询执行失败,则返回具体的错误信息。
|
Error |
BatchGetRowResponse.RowResult.getError() |
Error |
BulkImportResponse.RowResult.getError()
若该行查询执行失败,则返回具体的错误信息。
|
构造器和说明 |
---|
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
|
Copyright © 2019. All Rights Reserved.