meilisearch-java
meilisearch-java copied to clipboard
Timeout Exception
Currently, the Java SDK doesn't use the TimeoutException
.
On most of the SDK there is three main Exception:
- ApiError
- CommunicationError
- TimeoutError
It would be nice to implement a timeout catch everywhere where it would be necessary.
You can check as an example the Python SDK where the exception is implemented and used.
HI @alallema I'm wondering if this issue is still open?
HI @trangntt-016, Thank you for your interest, yes this issue is still open! Don't hesitate if you have any questions
Closed #438