Add UnprocessableEntity (422) error to create servers error list

Fixes bug 1089412

Rebase against master.

Change-Id: I312ac1b8021e2f37c12c35a3859221ace707cb30
This commit is contained in:
Mauro S. M. Rodrigues 2013-01-04 07:12:48 -05:00 committed by annegentle
parent 72b893ae17
commit 2e71c3c529

View File

@ -587,6 +587,13 @@
</doc>
</representation>
</response>
<response status="422">
<representation mediaType="application/xml"
element="csapi:UnprocessableEntity">
</representation>
<representation mediaType="application/json">
</representation>
</response>
<!-- All other common faults except build in progess -->
&commonFaults; &getFaults; &postPutFaults; &buildFaults; </method>