From e13a8f49bfac2593da29708f51690dfe56592f14 Mon Sep 17 00:00:00 2001 From: Everett Toews Date: Thu, 16 Jun 2016 22:55:01 -0500 Subject: [PATCH] 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 --- guidelines/http.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/guidelines/http.rst b/guidelines/http.rst index 4c7641b..5a2d974 100644 --- a/guidelines/http.rst +++ b/guidelines/http.rst @@ -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 ---------------