This documentation covers Review Board 1.6.
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"
}
application/xml
<?xml version="1.0" encoding="utf-8"?>
<rsp>
<stat>fail</stat>
<err>
<msg>There was an error fetching a source file</msg>
<code>221</code>
</err>
</rsp>