Lines Matching refs:error

49 GitLabClient.prototype.authenticate = function(success, error)  argument
57 this.authenticateStep2(req.getText(), success, error);
59 else if (error != null)
61 error(req);
63 }), error);
66 GitLabClient.prototype.authenticateStep2 = function(state, success, error) argument
102 error({message: mxResources.get('accessDenied'), retry: auth});
105 }), error);
128 error({message: mxResources.get('accessDenied'), retry: auth});
162 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth});
171 error({message: mxResources.get('accessDenied'), retry: auth});
181 error({code: App.ERROR_BUSY});
188 GitLabClient.prototype.executeRequest = function(req, success, error, ignoreNotFound) argument
197 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout')});
227 }, error);
231 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function()
236 }, error);
258 error({message: mxResources.get((tooLarge) ? 'drawingTooLarge' : 'forbidden')});
262 error({message: this.getErrorMessage(req, mxResources.get('fileNotFound'))});
267 error({status: 400});
271 error({status: req.getStatus(), message: this.getErrorMessage(req,
281 error(err);
293 }, error, failOnAuth);
306 }, error);
317 GitLabClient.prototype.getRefIndex = function(tokens, isFolder, success, error, knownRefPos, checkR… argument
332 error({message: mxResources.get('fileNotFound')});
355 error({message: mxResources.get('fileNotFound')});
366 error({message: mxResources.get('fileNotFound')});
379 GitLabClient.prototype.getFile = function(path, success, error, asLibrary, checkExists, knownRefPos) argument
406 …this.ui.convertFile(url + rnd, name, null, this.extension, success, error, mxUtils.bind(this, func…
425 error({message: mxResources.get('accessDenied')});
444 error(e);
446 }), error);
448 }), error, knownRefPos);
528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
584 error(e);
586 }), error);
587 }), error);
593 error();
596 }), error, null, tok.length <= 4);
641 …prototype.writeFile = function(org, repo, ref, path, message, data, last_commit_id, success, error) argument
645 error({message: mxResources.get('drawingTooLarge') + ' (' +
673 }), error);
683 GitLabClient.prototype.saveFile = function(file, success, error, overwrite, message) argument
708 }), error, null, null, file.meta.refPos);
709 }), error);
721 }), error, (this.ui.getCurrentFile() != file) ?
738 }), error);
882 var error = mxUtils.bind(this, function(err)
1044 }), error, true);
1146 }), error);
1215 }), error);
1227 }), error);
1377 }), error);
1389 }, error, true);
1390 }), error);
1397 }, error, true);