mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-22 02:04:19 +00:00
Add status 422.
This commit is contained in:
parent
72be8944ec
commit
424f8830ef
@ -416,6 +416,7 @@ class CalDAVRequest
|
||||
case 415: $status_text = "Unsupported Media Type"; break;
|
||||
case 416: $status_text = "Requested Range Not Satisfiable"; break;
|
||||
case 417: $status_text = "Expectation Failed"; break;
|
||||
case 422: $status_text = "Unprocessable Entity"; break;
|
||||
case 423: $status_text = "Locked"; break;
|
||||
case 424: $status_text = "Failed Dependency"; break;
|
||||
case 500: $status_text = "Internal Server Error"; break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user