MANDATE_NOT_FOUND
MANDATE_NOT_FOUND
Description
The requested mandate 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/mandate_not_found
Typical Causes
- The mandate ID is wrong or stale.
- The mandate was deleted or never created.
- The request points to the wrong tenant or environment.
Example
Response:
json
{
"errors": [
{
"code": "MANDATE_NOT_FOUND",
"message": "Mandate not found",
"doc_url": "https://docs.example.com/errors/mandate_not_found"
}
]
}How To Fix
- Verify the mandate ID and request path.
- Ensure the mandate exists in the target environment.
- Retry with a valid existing identifier.