You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reqwest has a specific error variant for timeouts. We could surface methods on ClientError that can be used to determine whether or not the error is due to a timeout:
It's introducing a bit of a different paradigm for dealing with variants on the client error, but I think this is ok. It's convenient to be able to pull properties out of API erorrs, like the index name and use that property to create the index.
The text was updated successfully, but these errors were encountered:
Related to #266
reqwest
has a specific error variant for timeouts. We could surface methods onClientError
that can be used to determine whether or not the error is due to a timeout:It's introducing a bit of a different paradigm for dealing with variants on the client error, but I think this is ok. It's convenient to be able to pull properties out of API erorrs, like the index name and use that property to create the index.
The text was updated successfully, but these errors were encountered: