This documentation covers Review Board 4.0.
You can select a version above or
view the latest documentation.
221 - File Retrieval Error
| API Error Code |
221 |
| HTTP Status Code |
HTTP 500 Internal Server Error |
| Error Text |
There was an error fetching a source file. |
| Description |
There was an unexpected error fetching the requested file from a
repository. |
Examples
application/json
{
"err": {
"code": 221,
"msg": "There was an error fetching a source file."
},
"stat": "fail"
}