These docs are for an old release.
Info on upgrading to v6
eventSourceFailure
Called when any of the event sources fails. Probably because an AJAX request failed.
function( errorObj )
Receives one argument, an error object, which is guaranteed to have at least a message
property (a string).