230 - Could not close review request¶
| API Error Code | 230 |
| HTTP Status Code | |
| 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"
}