224 - Diff Parse Error¶
API Error Code | 224 |
HTTP Status Code | |
Error Text | The specified diff file could not be parsed. |
Description | The specified diff file could not be parsed. |
Examples¶
application/json¶
{
"err": {
"code": 224,
"msg": "The specified diff file could not be parsed.",
"type": "diff-parse-error"
},
"stat": "fail"
}