DISCRETIONARY_MANAGER_NOT_FOUND
Description
The specified discretionary manager does not exist.
HTTP Status
404 Not Found
doc_url Format
The doc_url value is an absolute URL and changes by environment:
<docs-base-url>/errors/discretionary_manager_not_found
Typical Causes
- The discretionary manager ID is incorrect.
- The discretionary manager does not exist in this environment.
Example
Response:
json
{
"errors": [
{
"code": "DISCRETIONARY_MANAGER_NOT_FOUND",
"message": "Discretionary manager not found",
"doc_url": "https://docs.example.com/errors/discretionary_manager_not_found"
}
]
}How To Fix
- Verify the discretionary manager ID.
- Retry with an existing discretionary manager ID.