cinder-specs/specs/api/v2/http_response_status_codes.rst
Anne Gentle d11c3fec58 Adds Block Storage v2 API specification information
Goal is to start maintaining API specs in the specs repos
for each project to eliminate maintenance of <project>-api repos.

Change-Id: Ife0721e831f7d5348cdc7b541c0b755a01bc23e9
2014-10-17 20:30:44 -05:00

18 lines
675 B
ReStructuredText

==========================
HTTP response status codes
==========================
When an error occurs, Block Storage returns an HTTP error response code
that denotes the type of error. Some errors returns a response body,
which returns additional information about the error.
The following table describes the possible status codes:
======== =========== ==============
Response Status code Response body?
======== =========== ==============
Generic 200 Yes
Entity created. 201 Yes
Successful response without body. 204 No