Setting the file. One moment.
Subchapter 7.52
references/support-topics/route-error-runtime-limits.mdMarkdown988 BView on GitHub
Route error candidates are reliability findings with cost impact. Determine whether the failures are app exceptions, timeouts, payload limits, or deployment-specific regressions.
Use errorStatusPattern, errorCodes, and errorsByDeployment. In source, inspect the path most likely to throw, time out, or exceed a platform limit.
Do not frame high 5xx volume as a performance tuning issue. Do not suggest increasing limits before proving the route needs more headroom.
Name the error class, deployment concentration if present, and the file line that triggers or fails to handle it.