Description
According to AbstractDefaultAjaxBehavior.FAILURE_HANDLER_FUNCTION_TEMPLATE, the ajax request failure handler that a user can register should receive the arguments attrs, jqXHR, errorMessage, textStatus. However, the arguments actually passed to the handler are attrs, errorMessage.