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
`MetadataFetchErrorKind::NextRowError` was previously always converted
to `CassError::CASS_ERROR_LIB_UNEXPECTED_RESPONSE`, which is not
appropriate for all cases. This commit refactors the conversion to
handle different cases of `NextRowError` more appropriately, depending
on the specific error encountered.
0 commit comments