Revision dfa2d4ba docs/pithos-api-guide.rst

b/docs/pithos-api-guide.rst
196 196

  
197 197
The allowable request operations and respective return codes per level are presented in the remainder of this chapter. Common to all requests are the following return codes.
198 198

  
199
=========================  ================================
200
Return Code                Description
201
=========================  ================================
202
400 (Bad Request)          The request is invalid
203
401 (Unauthorized)         Missing or invalid token
204
403 (Forbidden)            Request not allowed
205
404 (Not Found)            The requested resource was not found
206
503 (Service Unavailable)  The request cannot be completed because of an internal error
207
=========================  ================================
199
==============================  ================================
200
Return Code                     Description
201
==============================  ================================
202
400 (Bad Request)               The request is invalid
203
401 (Unauthorized)              Missing or invalid token
204
403 (Forbidden)                 Request not allowed
205
404 (Not Found)                 The requested resource was not found
206
413 (Request Entity Too Large)  Insufficient quota to complete the request
207
503 (Service Unavailable)       The request cannot be completed because of an internal error
208
==============================  ================================
208 209

  
209 210
Top Level
210 211
^^^^^^^^^

Also available in: Unified diff