How can we get the http response status from error.dt?

How can we get the http response status from error.dt?

oakleyxoakleyx Posts: 1Questions: 1Answers: 0
edited July 2015 in Free community support

How can we get the http response status from error.dt?

Ex.

$.fn.dataTable.ext.errMode = 'none';

$('#example')
.on( 'error.dt', function ( e, settings, techNote, message ) {
console.log( 'An error has been reported by DataTables: ', message );
} )
.DataTable();

How can I get the http response status from this?

Thanks
-Dan

This discussion has been closed.