Lines Matching +defs:error +defs:message

66 DropboxClient.prototype.updateUser = function(success, error, failOnAuth)  argument
108 error({message: mxResources.get('accessDenied')}); property
117 DropboxClient.prototype.authenticate = function(success, error) argument
134 DropboxClient.prototype.authenticateStep2 = function(state, success, error) argument
170 error({message: mxResources.get('accessDenied'), retry: auth}); property
198 error({message: mxResources.get('accessDenied'), retry: auth}); property
239 error({message: mxResources.get('serviceUnavailableOrBlocked'), retry: auth}); property
247 error({message: mxResources.get('accessDenied'), retry: auth}); property
264 DropboxClient.prototype.executePromise = function(promiseFn, success, error) argument
311 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function() property
322 error({message: mxResources.get('error') + ' ' + err.status}); property
359 DropboxClient.prototype.getLibrary = function(path, success, error) argument
367 DropboxClient.prototype.getFile = function(path, success, error, asLibrary) argument
434 DropboxClient.prototype.readFile = function(arg, success, error, binary) argument
463 error({message: mxResources.get('fileNotFound')}); property
528 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function() property
539 error({message: mxResources.get('error') + ' ' + err.status}); property
614 DropboxClient.prototype.renameFile = function(file, filename, success, error) argument
618 error({message: mxResources.get('dropboxCharsNotAllowed')}); property
677 error({message: mxResources.get('invalidName')}); property
688 DropboxClient.prototype.insertLibrary = function(filename, data, success, error) argument
699 DropboxClient.prototype.insertFile = function(filename, data, success, error, asLibrary) argument
732 DropboxClient.prototype.saveFile = function(filename, data, success, error, folder) argument
736 error({message: mxResources.get('dropboxCharsNotAllowed')}); property
740 error({message: mxResources.get('drawingTooLarge') + ' (' + property
830 DropboxClient.prototype.createLibrary = function(file, success, error) argument
965 this.ui.handleError({message: mxResources.get('serviceUnavailableOrBlocked')}); property
975 DropboxClient.prototype.createFile = function(file, success, error) argument
1009 error({message: mxResources.get('errorLoadingFile')}); property