223 - Group Already Exists¶
API Error Code | 223 |
HTTP Status Code | |
Error Text | A group with this name already exists. |
Description | An attempt was made to create a review group, but that group already exists. |
Examples¶
application/json¶
{
"err": {
"code": 223,
"msg": "A group with this name already exists.",
"type": "review-group-conflict"
},
"stat": "fail"
}