205 - Missing Repository¶
API Error Code | 205 |
HTTP Status Code | HTTP 400 Bad Request |
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. |
Example¶
{
stat: "fail",
err: {
code: 205,
msg: "There was no repository found at the specified path"
}
}