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
During some errors the MultiGetResponse is initiated as MultiGetResponse(null).
This happens because the MultiGetHandler tries to parse the success response in the default clause, which is not possible if the request fails with an unhandled error. For example, in my case 401 Unauthorized.
My idea is to use the DefaultResponseHandler, I'll send a PR.
The text was updated successfully, but these errors were encountered:
During some errors the MultiGetResponse is initiated as
MultiGetResponse(null)
.This happens because the
MultiGetHandler
tries to parse the success response in the default clause, which is not possible if the request fails with an unhandled error. For example, in my case 401 Unauthorized.My idea is to use the
DefaultResponseHandler
, I'll send a PR.The text was updated successfully, but these errors were encountered: