This documentation covers Review Board 3.0.
You can select a version above or
view the latest documentation.
227 - Commit ID Already Exists
API Error Code |
227 |
HTTP Status Code |
HTTP 409 Conflict |
Error Text |
Review request with this commit ID already exists in the repository. |
Description |
An attempt was made to create a review request, but a request with
that commit ID already exists in the repository. |
Examples
application/json
{
"err": {
"code": 227,
"msg": "Review request with this commit ID already exists in the repository."
},
"stat": "fail"
}