When attempting to duplicate an event type and I already have one with the same slug; this happens.
Response payload:
[
{
"error": {
"json": {
"message": "Unique constraint violation while creating a duplicate event.",
"code": -32600,
"data": {
"code": "BAD_REQUEST",
"httpStatus": 400,
"path": "duplicate"
}
}
}
}
]