Return proper text for 409 errors from HTTP server
This commit is contained in:
parent
46eb84e859
commit
0f6b712963
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ Zotero.Server = new function() {
|
|||
300:"Multiple Choices",
|
||||
400:"Bad Request",
|
||||
404:"Not Found",
|
||||
409:"Conflict",
|
||||
412:"Precondition Failed",
|
||||
500:"Internal Server Error",
|
||||
501:"Not Implemented",
|
||||
|
|
Loading…
Reference in a new issue