This documentation covers Review Board 4.0.
You can select a version above or
view the latest documentation.
206 - Invalid Repository
API Error Code |
206 |
HTTP Status Code |
HTTP 400 Bad Request |
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 repository key containing the path or ID that
failed.
|
Examples
application/json
{
"err": {
"code": 206,
"msg": "The repository path specified is not in the list of known repositories."
},
"repository": "http://svn.example.com/ducks",
"stat": "fail"
}