219 - Diff Empty¶
| API Error Code | 219 |
| HTTP Status Code | |
| 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.",
"type": "diff-empty"
},
"stat": "fail"
}