Lines Matching +defs:error +defs:message

139 OneDriveClient.prototype.updateUser = function(success, error, failOnAuth)  argument
168 error({message: mxResources.get('accessDenied')}); property
214 OneDriveClient.prototype.authenticate = function(success, error, failOnAuth) argument
240 …eClient.prototype.updateAuthInfo = function(newAuthInfo, remember, forceUserUpdate, success, error) argument
270 OneDriveClient.prototype.authenticateStep2 = function(state, success, error, failOnAuth) argument
303 error({message: mxResources.get('accessDenied'), retry: auth}); property
348 error({message: mxResources.get('accessDenied'), retry: auth}); property
386 error({message: mxResources.get('accessDenied'), retry: auth}); property
401 OneDriveClient.prototype.getAccountTypeAndEndpoint = function(success, error) argument
436 error({message: mxResources.get('unknownError') + ' (Code: ' + req.getStatus() + ')'}); property
444 OneDriveClient.prototype.executeRequest = function(url, success, error) argument
558 OneDriveClient.prototype.getLibrary = function(id, success, error) argument
581 OneDriveClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument
661 error({message: mxResources.get('errorLoadingFile')}); property
724 error({message: mxResources.get('fileNotFoundOrDenied'), property
741 OneDriveClient.prototype.renameFile = function(file, filename, success, error) argument
747 error({message: this.invalidFilenameRegExs[0].test(filename) ? property
773 OneDriveClient.prototype.moveFile = function(id, folderId, success, error) argument
781 …error({message: mxResources.get('cannotMoveOneDrive', null, 'Moving a file between accounts is not… property
795 OneDriveClient.prototype.insertLibrary = function(filename, data, success, error, folderId) argument
806 OneDriveClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId) argument
810 error({message: this.invalidFilenameRegExs[0].test(filename) ? property
920 OneDriveClient.prototype.saveFile = function(file, success, error, etag) argument
967 OneDriveClient.prototype.writeLargeFile = function(url, data, success, error, etag) argument
1130 error({message: mxResources.get('unknownError')}); property
1145 OneDriveClient.prototype.writeFile = function(url, data, method, contentType, success, error, etag) argument
1246 error({message: mxResources.get('unknownError')}); property
1260 var result = {message: mxResources.get('unknownError')}; property
1329 odPicker = new mxODPicker(div, null, mxUtils.bind(this, function(url, success, error) argument
1335 }), mxUtils.bind(this, function(id, driveId, success, error) argument
1403 error: errorFn property
1487 error: errorFn property