Find errors
find_errorsRetrieve network errors (failed requests, 4xx/5xx) and console errors (error-level or uncaught) in chronological order, with response body previews for API error details.
Instructions
Return network and console errors in time order. Network errors are failed/aborted requests, blocked (status 0), and 4xx/5xx responses (phase:"start" begin-markers are excluded). Console errors are level matching /error/i or uncaught===true (and level=warn when includeWarnings is true). Each row carries the event id (string like "e_3069") for get_network_request / get_console_event. Network rows include responseBodyPreview so API error messages are visible without a detail call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows. Default 50. | |
| bundleId | No | Bundle handle from load_bundle. Optional when exactly one bundle is loaded. | |
| includeWarnings | No | Also include console warnings (level=warn). Default false. |