231 - Could not reopen review request¶
API Error Code | 231 |
HTTP Status Code | |
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.",
"type": "review-request-reopen-error"
},
"stat": "fail"
}