Remove "Conveying error/fault information" section

This is already covered in the "Failure Code Clarifications" section
and the Errors guideline [1]

[1] http://specs.openstack.org/openstack/api-wg/guidelines/errors.html

Change-Id: I43811cc4a17ca29a144c88dc1e3cb68aae30a374
Closes-Bug: 1593308
This commit is contained in:
Everett Toews 2016-06-16 22:55:01 -05:00
parent 7f45741992
commit e13a8f49bf

View File

@ -267,13 +267,6 @@ this, they may not be supported properly by some client frameworks and we
would discourage API methods from accepting request bodies for GET, DELETE,
TRACE, OPTIONS and HEAD methods.
Conveying error/fault information to the end user
-------------------------------------------------
**TODO**: We should have a section here that describes the recommended way of
transmitting error/fault information back to the user, including any guidelines
on the payload in the response body.
Common Mistakes
---------------