Conflict Error - ocariot/api-gateway GitHub Wiki
Description
There was an attempt to perform an opertaion on a resource with information already existing on another resource of the same type.
Pattern error
{
"code": 409,
"message": "{resource name} is already registered..."
}