From stackoverflow.
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.