Lines Matching +defs:error +defs:message
79 App.filesWorkerReq = function(msg, callback, error) argument
82 App.filesWorkerReqInfo[msg.reqId] = {callback: callback, error: error}; property
1187 LocalFile.prototype.getLatestVersion = function(success, error) argument
1193 error({message: mxResources.get('fileNotFound')}); property
1209 LocalFile.prototype.copyFile = function(success, error) argument
1234 this.ui.handleError({message: mxResources.get('fileNotFound')}); property
1313 LocalFile.prototype.save = function(revision, success, error, unloading, overwrite) argument
1317 this.saveFile(revision, success, error, unloading, overwrite); argument
1349 LocalFile.prototype.saveFile = function(revision, success, error, unloading, overwrite) argument
1357 …unloading({message: 'This is a bug, please report!'}); //Original draw.io function parameters are … property
1420 this.ui.handleError({message: mxResources.get('errorSavingFile')}); property
1492 LocalFile.prototype.saveAs = function(title, success, error) argument
1818 EditorUi.prototype.writeImageToClipboard = function(dataUrl, w, h, error) argument
1868 this.handleError({message: mxResources.get('errorSavingFile')}); property
1887 mxElectronRequest.prototype.send = function(callback, error) argument
2116 this.handleError({message: mxResources.get('errorSavingFile')}); property
2134 this.handleError({message: mxResources.get('errorSavingFile')}); property
2144 EditorUi.prototype.loadDesktopLib = function(libPath, success, error) argument