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