pub unsafe extern "C" fn cass_error_result_data_present(
    error_result: *const CassErrorResult
) -> cass_bool_t
Expand description

Determines whether the actual data was present in the responses from the replicas for the following error result types:

  • CASS_ERROR_SERVER_READ_TIMEOUT
  • CASS_ERROR_SERVER_READ_FAILURE

@public @memberof CassErrorResult

@param[in] error_result @return cass_true if the data was present in the received responses when the read timeout occurred. Undefined for other error result types.