Lines Matching +defs:error +defs:message
315 DriveClient.prototype.executeRequest = function(reqObj, success, error) argument
347 error({code: App.ERROR_TIMEOUT, message: mxResources.get('timeout'), retry: fn}); property
546 DriveClient.prototype.authorize = function(immediate, success, error, remember, popup) argument
572 …Client.prototype.updateAuthInfo = function (newAuthInfo, remember, forceUserUpdate, success, error) argument
608 DriveClient.prototype.authorizeStep2 = function(state, immediate, success, error, remember, popup) argument
709 … error({message: mxResources.get('accessDenied')}); //TODO Check this error handling is correct property
811 DriveClient.prototype.updateUser = function(success, error) argument
865 DriveClient.prototype.copyFile = function(id, title, success, error) argument
884 DriveClient.prototype.renameFile = function(id, title, success, error) argument
899 DriveClient.prototype.moveFile = function(id, folderId, success, error) argument
927 DriveClient.prototype.getLibrary = function(id, success, error) argument
935 DriveClient.prototype.loadDescriptor = function(id, success, error, fields) argument
942 DriveClient.prototype.listFiles = function(searchStr, afterDate, mineOnly, success, error) argument
982 DriveClient.prototype.getFile = function(id, success, error, readXml, readLibrary) argument
1041 error({message: mxResources.get('loggedOut')}); property
1072 DriveClient.prototype.getXmlFile = function(resp, success, error, ignoreMime, readLibrary) argument
1084 error({message: mxResources.get('exportOptionsDisabledDetails')}); property
1101 error({message: mxResources.get('invalidOrMissingFile')}); property
1107 error({message: mxResources.get('notADiagramFile')}); property
1190 error({message: mxResources.get('errorLoadingFile')}); property
1462 error({message: mxResources.get('errorSavingFile') + ': Empty response'}); property
1490 error({message: mxResources.get('errorSavingFile') + ': ' + temp}, resp); property
1784 error({error: {code: 412}}, desc2); property
1946 error({message: mxResources.get('readOnly')}); property
1961 DriveClient.prototype.insertFile = function(title, data, folderId, success, error, mimeType, binary) argument
1987 error({message: mxResources.get('errorSavingFile')}); property