Dashboard › cli › reportCliError captures API 400
01a08aa5-a5cf-7e9d-b6cc-f3a75d7c6004| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 2 | 2h ago |
Chose capturing ApiError status 400 over silencing all 4xx responses because malformed requests authored by Sentry CLI are product defects; only statuses strictly above 400 and below 500 are expected user errors. Convert known user-authored search-query parse failures to fielded ValidationError at the command boundary, rather than suppressing every 400 and hiding CLI bugs.