ajPatchOutgoing.fail(function( jqXHR, textStatus, errorThrown ) {
        console.log( textStatus + ': ' + errorThrown + '(on PATCH)');
        $( '#id-resource-alert-text' ).text( 'Done. Host ' + host + '.');
    });