206 - Invalid Repository¶
API Error Code | 206 |
HTTP Status Code | |
Error Text | The repository path specified is not in the list of known repositories. |
Description | The repository path or ID specified in the request isn’t known by Review Board. This will provide a |
Examples¶
application/json¶
{
"err": {
"code": 206,
"msg": "The repository path specified is not in the list of known repositories.",
"type": "repository-invalid"
},
"repository": "http://svn.example.com/ducks",
"stat": "fail"
}