discretionary_manager_not_found โ
discretionary_manager_not_found
Description โ
The requested 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 wrong or stale.
- The record was deleted or never created.
- The request points to the wrong tenant or environment.
Example โ
Response:
json
{
"errors": [
{
"code": "discretionary_manager_not_found",
"message": "Discretionary manager with id: '00000000-0000-4000-8000-000000000000' was not found",
"doc_url": "https://docs.example.com/errors/discretionary_manager_not_found"
}
]
}How To Fix โ
- Verify the discretionary-manager ID.
- Ensure the manager exists in the target environment.
- Retry with a valid existing identifier.