mirror of https://github.com/milvus-io/milvus.git
[skip ci]Improve api reference doc grammar (#10628)
Signed-off-by: tumao <yan.wang@zilliz.com>pull/10645/head
parent
43caa19686
commit
50b06f4149
|
@ -155,7 +155,7 @@ message Status {
|
|||
}
|
||||
```
|
||||
|
||||
**Status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describes the detailed error.
|
||||
**Status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describe the detailed error.
|
||||
|
||||
###### 3.1.3 HasCollection
|
||||
|
||||
|
@ -651,7 +651,7 @@ message GetPartitionStatisticsResponse {
|
|||
}
|
||||
```
|
||||
|
||||
**status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describes the detailed error.
|
||||
**status** represents the server error code. It doesn't contain grpc error but contains the server error code. We can get the executing result in common status. **error_code** is an enum type to distinguish the executing error type. The total Errorcode is shown in the last of this code. And the **reason** field is a string to describe the detailed error.
|
||||
|
||||
**stats** is a map saving different statistics. For example, you can get row_count of a partition with key 'row_count'.
|
||||
|
||||
|
|
Loading…
Reference in New Issue