single_premium_request_not_found
single_premium_request_not_found
Description
The requested single premium request 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/single_premium_request_not_found
Notes
- This code is currently handled in the premium-scheduling controller layer, but the HTTP endpoints do not emit it on the public surface.
- If you see it, it is coming from repository or internal application code, not from the current premium-scheduling API responses.
Typical Causes
- The single premium request ID in the request path does not match any existing request.
How To Fix
- Verify the single premium request ID.
- Retry the request with a valid ID.