pub unsafe extern "C" fn cass_error_result_table(
    error_result: *const CassErrorResult,
    table: *mut *const c_char,
    table_length: *mut usize
) -> CassError
Expand description

Gets the affected table for the already exists error (CASS_ERROR_SERVER_ALREADY_EXISTS) result type.

@public @memberof CassErrorResult

@param[in] error_result @param[out] table @param[out] table_length @return CASS_OK if successful, otherwise error occurred