111 - Duplicate Item¶
| API Error Code | 111 | 
| HTTP Status Code | |
| Error Text | An entry for this item or its unique key(s) already exists | 
| Description | An entry for the given item or its unique key(s) already exists. | 
Examples¶
application/json¶
{
  "err": {
    "code": 111,
    "msg": "An entry for this item or its unique key(s) already exists",
    "type": "resource-conflict"
  },
  "stat": "fail"
}
