Function cassandra_cpp_sys::cass_error_result_write_type [] [src]

pub unsafe extern "C" fn cass_error_result_write_type(
    error_result: *const CassErrorResult
) -> CassWriteType

Gets the write type of a request for the following error result types:

  • CASS_ERROR_SERVER_WRITE_TIMEOUT
  • CASS_ERROR_SERVER_WRITE_FAILURE

@public @memberof CassErrorResult

@param[in] error_result @return The type of the write that timed out. Undefined for other error result types.