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

Signed-off-by: tumao <yan.wang@zilliz.com>
pull/8555/merge
Tumao 2021-09-26 12:40:07 +08:00 committed by GitHub
parent 6f7f71fdc0
commit f4deb6d2d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,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 error detail.
###### 3.3.2 DescribeIndex