error: function()

in src/main/resources/SLING-INF/etc/clientlibs/repl/script.js [105:109]


                error: function (req, textStatus, message) {
                    editor.setValue(req.responseText);
                    editor.clearSelection();
                    console.error(message);
                },