This documentation covers Review Board 1.6.
You can select a version above or
view the latest documentation.
210 - Repository Information Error
API Error Code |
210 |
HTTP Status Code |
HTTP 500 Internal Server Error |
Error Text |
There was an error fetching extended information for this repository |
Description |
The attempt to fetch server-side information on a repository failed due to
some unknown reason. This may be a temporary outage. The request should be
tried again, once you’ve checked that the repository’s server is up and
running. |
Examples
application/json
{
"err": {
"code": 210,
"msg": "There was an error fetching extended information for this repository"
},
"stat": "fail"
}
application/xml
<?xml version="1.0" encoding="utf-8"?>
<rsp>
<stat>fail</stat>
<err>
<msg>There was an error fetching extended information for this repository</msg>
<code>210</code>
</err>
</rsp>