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

Gets the actual number of received responses, received acknowledgments or alive nodes for following error result types, respectively:

  • CASS_ERROR_SERVER_READ_TIMEOUT
  • CASS_ERROR_SERVER_WRITE_TIMEOUT
  • CASS_ERROR_SERVER_READ_FAILURE
  • CASS_ERROR_SERVER_WRITE_FAILURE
  • CASS_ERROR_SERVER_UNAVAILABLE

@public @memberof CassErrorResult

@param[in] error_result @return The actual received responses for a read timeout, actual received acknowledgments for a write timeout or actual alive nodes for a unavailable error. Undefined for other error result types.