207 - Repository File Not Found¶
API Error Code | 207 |
HTTP Status Code | |
Error Text | The file was not found in the repository. |
Description | A file specified in a request that should have been in the repository was not found there. This could be a problem with the path or the revision. This will provide |
Examples¶
application/json¶
{
"err": {
"code": 207,
"msg": "The file was not found in the repository.",
"type": "repository-file-not-found"
},
"file": "/src/foobar.c",
"revision": 42,
"stat": "fail"
}