d11c3fec58
Goal is to start maintaining API specs in the specs repos for each project to eliminate maintenance of <project>-api repos. Change-Id: Ife0721e831f7d5348cdc7b541c0b755a01bc23e9
18 lines
675 B
ReStructuredText
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
|