More helpful message for HTTP 507 Insufficient Storage (WebDAV)
This commit is contained in:
parent
85914325aa
commit
7787f2f1cc
1 changed files with 4 additions and 0 deletions
|
@ -552,6 +552,10 @@ Zotero.Sync.Storage.Session.WebDAV.prototype._onUploadComplete = function (httpR
|
|||
+ "from the Sync pane of the Zotero preferences.");
|
||||
return;
|
||||
|
||||
case 507:
|
||||
this.onError("A file upload failed due to insufficient space on the WebDAV server.");
|
||||
return;
|
||||
|
||||
default:
|
||||
this.onError("Unexpected file upload status " + status
|
||||
+ " in Zotero.Sync.Storage._onUploadComplete()");
|
||||
|
|
Loading…
Add table
Reference in a new issue