203 - Invalid Change Number¶
| API Error Code | 203 |
| HTTP Status Code | |
| Error Text | The commit ID specified could not be found. |
| Description | The change number specified when creating a review request could not be found in the repository. This is used for repositories that keep track of changeset information server-side, such as Perforce. |
Examples¶
application/json¶
{
"err": {
"code": 203,
"msg": "The commit ID specified could not be found.",
"type": "repository-commit-id-invalid"
},
"stat": "fail"
}