205 - Missing Repository¶
API Error Code | 205 |
HTTP Status Code | |
Error Text | There was no repository found at the specified path. |
Description | A repository path was specified that didn’t seem to contain a valid repository. |
Examples¶
application/json¶
{
"err": {
"code": 205,
"msg": "There was no repository found at the specified path.",
"type": "repository-missing"
},
"stat": "fail"
}