MANAGER_NAME_ALREADY_EXISTS
Description
A discretionary manager with the same name already exists.
HTTP Status
422 Unprocessable Entity
doc_url Format
The doc_url value is an absolute URL and changes by environment:
<docs-base-url>/errors/manager_name_already_exists
Typical Causes
- The catalog already contains the specified manager name.
Example
Response:
json
{
"errors": [
{
"code": "MANAGER_NAME_ALREADY_EXISTS",
"message": "A discretionary manager with this name already exists",
"doc_url": "https://docs.example.com/errors/manager_name_already_exists"
}
]
}How To Fix
- Use a unique manager name.
- Check the existing catalog before you retry the request.