RESOURCE_EXISTS
Reason
- The requested action seems to be already performed on the requested resource
Example
{
"status": 403,
"errors": [
{
"code": "RESOURCE_EXISTS",
"message": "The requested entity already exists",
"more_info": "https://developer.kayako.com/api/v1/reference/errors/RESOURCE_EXISTS"
}
]
}