Lines Matching +defs:error +defs:message
69 NotionClient.prototype.authenticate = function(success, error, failOnAuth) argument
78 error({message: mxResources.get('accessDenied'), retry: mxUtils.bind(this, function() property
134 NotionClient.prototype.executeRequest = function(url, data, method, success, error, failOnAuth) argument
209 NotionClient.prototype.getLibrary = function(id, success, error) argument
217 NotionClient.prototype.getFile = function(id, success, error, denyConvert, asLibrary) argument
261 NotionClient.prototype.insertLibrary = function(filename, data, success, error, folderObj) argument
269 NotionClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderObj) argument
384 NotionClient.prototype.saveFile = function(file, success, error) argument
405 …nt.prototype.writeFile = function(url, folderId, filename, nameField, data, method, success, error) argument
414 error({message: mxResources.get('drawingTooLarge') + ' (' + property
457 error({message: mxResources.get('unknownError')}); property
471 var result = {message: mxResources.get('unknownError')}; property