This documentation covers Review Board 1.6.
 You can select a version above or 
 view the latest documentation.
 
219 - Diff Empty
| API Error Code | 219 | 
| HTTP Status Code | HTTP 400 Bad Request | 
| Error Text | The specified diff file is empty | 
| Description | An empty diff was uploaded. | 
Examples
application/json
{
  "err": {
    "code": 219, 
    "msg": "The specified diff file is empty"
  }, 
  "stat": "fail"
}
 
application/xml
<?xml version="1.0" encoding="utf-8"?>
<rsp>
 <stat>fail</stat>
 <err>
  <msg>The specified diff file is empty</msg>
  <code>219</code>
 </err>
</rsp>