Lines Matching +defs:error +defs:message

49 GitLabClient.prototype.authenticate = function(success, error)  argument
66 GitLabClient.prototype.authenticateStep2 = function(state, success, error) argument
102 error({message: mxResources.get('accessDenied'), retry: auth}); property
128 error({message: mxResources.get('accessDenied'), retry: auth}); property
162 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth}); property
171 error({message: mxResources.get('accessDenied'), retry: auth}); property
188 GitLabClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
197 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')}); property
231 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function() property
258 error({message: mxResources.get((tooLarge) ? 'drawingTooLarge' : 'forbidden')}); property
262 error({message: this.getErrorMessage(req, mxResources.get('fileNotFound'))}); property
271 error({status: req.getStatus(), message: this.getErrorMessage(req, property
317 GitLabClient.prototype.getRefIndex = function(tokens, isFolder, success, error, knownRefPos, checkR… argument
332 error({message: mxResources.get('fileNotFound')}); property
355 error({message: mxResources.get('fileNotFound')}); property
366 error({message: mxResources.get('fileNotFound')}); property
379 GitLabClient.prototype.getFile = function(path, success, error, asLibrary, checkExists, knownRefPos) argument
425 error({message: mxResources.get('accessDenied')}); property
528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
570 this.showCommitDialog(filename, true, mxUtils.bind(this, function(message) argument
641 ….prototype.writeFile = function(org, repo, ref, path, message, data, last_commit_id, success, erro… argument
645 error({message: mxResources.get('drawingTooLarge') + ' (' + property
683 GitLabClient.prototype.saveFile = function(file, success, error, overwrite, message) argument
1285 this.ui.handleError({message: mxResources.get('invalidName')}); property