uniqueness-violation
This error occurs when the resource you are trying to create already exists based on the uniqueness constraints.
Status
409
Title
Cannot create requested resource, unique constraints violated
What Went Wrong?
You may be trying to create a resource that already exists, based on the uniqueness constraints.
How to Resolve the Error?
Use or update existing resource, or change request to comply with the uniquness constraints.
Examples
{
- type: https://developer.cisco.com/docs/appdynamics/errors/#!uniqueness-violation
title: Cannot create requested resource, unique constraints violated
detail: 'name' must be unique, a resource with name 'Foobar' already exists
traceId: 34f067aa0ba902b7
}