This documentation covers the in-development release of Review Board.
You can see the latest stable
docs or all previous versions.
230 - Could not close review request
API Error Code |
230 |
HTTP Status Code |
HTTP 500 Internal Server Error |
Error Text |
An error occurred while closing the review request. |
Description |
An attempt was made to close a review request, but it could not be closed. |
Examples
application/json
{
"err": {
"code": 230,
"msg": "An error occurred while closing the review request."
},
"stat": "fail"
}