Errors
DSAR-BE-1102: REQUEST_ROUTE_PARAM_MISSING
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
Meaning
A route parameter required by server-side handler logic is absent.
Probable Causes
- Route path does not match the expected parameterized shape.
- Client generated URL omitted a required segment.
How to Fix
- Verify URL includes all required path parameters.
- Use SDK route helpers to build paths instead of string concatenation.
Retryable
No. Retry with corrected route path.