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
error properties on items in the docs array on an IMultiGetResponse are not currently deserialized onto IMultiGetHit<object>, resulting in no way to determine if an individual get response has resulted in an error. Further, IMultiGetResponse is still determined to be valid (.IsValid is true on response).
I have a fix underway for this and will open a PR tomorrow.