220 - Diff Too Big¶
API Error Code | 220 |
HTTP Status Code | |
Error Text | The specified diff file is too large. |
Description | A diff was uploaded that was too large to process. The size limit may vary between servers. The specific reason it failed is provided in |
Examples¶
application/json¶
{
"err": {
"code": 220,
"msg": "The specified diff file is too large.",
"type": "diff-too-large"
},
"max_size": 200000,
"reason": "The supplied diff file is too large",
"stat": "fail"
}