meilisearch-java icon indicating copy to clipboard operation
meilisearch-java copied to clipboard

Timeout Exception

Open alallema opened this issue 3 years ago • 2 comments

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.

alallema avatar Jan 17 '22 17:01 alallema

HI @alallema I'm wondering if this issue is still open?

trangntt-016 avatar Mar 13 '22 02:03 trangntt-016

HI @trangntt-016, Thank you for your interest, yes this issue is still open! Don't hesitate if you have any questions

alallema avatar Mar 14 '22 08:03 alallema

Closed #438

alallema avatar Oct 13 '22 11:10 alallema