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