210 - Repository Information Error¶
API Error Code | 210 |
HTTP Status Code | |
Error Text | There was an error communicating with 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 communicating with this repository.",
"type": "repository-communication-error"
},
"stat": "fail"
}