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. |
Example¶
{
stat: "fail",
err: {
code: 210,
msg: "There was an error fetching extended information for this repository"
}
}