227 - Commit ID Already Exists¶
| API Error Code | 227 | 
| HTTP Status Code | |
| Error Text | ('Review request with this commit ID already exists.',) | 
| 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."
    ],
    "type": "review-request-commit-id-conflict"
  },
  "stat": "fail"
}
