未验证 提交 fbeec3a1 编写于 作者: T Tumao 提交者: GitHub

[skip ci]Improve grammar in api reference doc (#10710)

Signed-off-by: Ntumao <yan.wang@zilliz.com>
上级 f98eecce
...@@ -196,7 +196,7 @@ message BoolResponse { ...@@ -196,7 +196,7 @@ message BoolResponse {
} }
``` ```
**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.
**value** represents whether the collection exists. If collection exists, value will be true. If collection doesn't exist, value will be false. **value** represents whether the collection exists. If collection exists, value will be true. If collection doesn't exist, value will be false.
...@@ -239,7 +239,7 @@ message Status { ...@@ -239,7 +239,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.5 ReleaseCollection ###### 3.1.5 ReleaseCollection
...@@ -280,7 +280,7 @@ message Status { ...@@ -280,7 +280,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.6 DescribeCollection ###### 3.1.6 DescribeCollection
...@@ -323,7 +323,7 @@ message DescribeCollectionResponse { ...@@ -323,7 +323,7 @@ message DescribeCollectionResponse {
} }
``` ```
**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.
**schema** is collection schema same as the collection schema in [CreateCollection](#311-createcollection). **schema** is collection schema same as the collection schema in [CreateCollection](#311-createcollection).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册