Lines Matching +defs:error +defs:message

63 GitHubClient.prototype.updateUser = function(success, error, failOnAuth)  argument
70 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')}); property
100 error({message: mxResources.get('accessDenied')}); property
105 error({message: mxResources.get('accessDenied')}); property
127 GitHubClient.prototype.authenticate = function(success, error) argument
144 GitHubClient.prototype.authenticateStep2 = function(state, success, error) argument
171 error({message: mxResources.get('accessDenied'), retry: auth}); property
206 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth}); property
214 error({message: mxResources.get('accessDenied'), retry: auth}); property
252 GitHubClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
293 …error({code: req.getStatus(), message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, … property
320 error({message: mxResources.get((tooLarge) ? 'drawingTooLarge' : 'forbidden')}); property
324 …error({code: req.getStatus(), message: this.getErrorMessage(req, mxResources.get('fileNotFound'))}… property
333 …error({code: req.getStatus(), message: this.getErrorMessage(req, mxResources.get('error') + ' ' + … property
378 GitHubClient.prototype.getLibrary = function(path, success, error) argument
386 GitHubClient.prototype.getSha = function(org, repo, path, ref, success, error) argument
409 GitHubClient.prototype.getFile = function(path, success, error, asLibrary, checkExists) argument
436 error({message: mxResources.get('accessDenied')}); property
514 GitHubClient.prototype.insertLibrary = function(filename, data, success, error, folderId) argument
525 GitHubClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
559 this.showCommitDialog(filename, true, mxUtils.bind(this, function(message) argument
592 [filename]), mxResources.get('ok'), mxUtils.bind(this, function(message) argument
608 …tHubClient.prototype.writeFile = function(org, repo, ref, path, message, data, sha, success, error) argument
612 error({message: mxResources.get('drawingTooLarge') + ' (' + property
621 message: message, property
700 GitHubClient.prototype.saveFile = function(file, success, error, overwrite, message) argument
1252 this.ui.handleError({message: mxResources.get('fileNotFound')}); property
1259 this.ui.handleError({message: mxResources.get('invalidName')}); property