finished error handling guide [skip ci]

This commit is contained in:
Qiang Xue
2014-10-05 12:08:31 -04:00
parent c273e0669b
commit 482e56da7c
4 changed files with 185 additions and 61 deletions

View File

@ -49,7 +49,6 @@ Sometimes you may want to customize the default error response format. For examp
using different HTTP statuses to indicate different errors, you would like to always use 200 as HTTP status
and enclose the actual HTTP status code as part of the JSON structure in the response, like shown in the following,
```
HTTP/1.1 200 OK
Date: Sun, 02 Mar 2014 05:31:43 GMT