使用java SDK操作collection、partition、index、data等,若出现异常时,能否将关键异常信息返回 #23457
LiJie20190102
started this conversation in
Ideas & Feature requests
Replies: 1 comment
-
每个API返回的都是一个包装过的对象: R
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
下图是我进行矢量查询是,查询失败,但是未提示我任何错误原因。不止查询如此,当我操作collection、partition、index、data等时,若出现异常,好像也不提示异常信息。CLI会进行提示,有时还需要借助CLI来查看错误信息,我认为这是不可取的。

以上只是我初步使用Java SDK遇到的感受,也有可能是我使用不当导致我查看不到异常信息。同时,我不知道其他编程语言的SDK是否有异常信息提示。我若理解有误解,请及时回复我。
Beta Was this translation helpful? Give feedback.
All reactions