---
url: 'https://adk.nht.io/api/@nhtio/adk/batteries/interfaces/BrowserErrorEvent.md'
description: >-
  Minimal subset of the DOM `ErrorEvent` interface this module touches — fired
  on a `Worker` instance when an uncaught error escapes the worker's top-level
  scope.
---

# Interface: BrowserErrorEvent

Defined in: [src/batteries/isolation/browser.ts:36](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/isolation/browser.ts#L36)

Minimal subset of the DOM `ErrorEvent` interface this module touches — fired on a `Worker` instance
when an uncaught error escapes the worker's top-level scope.

## Properties

| Property                                | Modifier   | Type     | Description                   | Defined in                                                                                                                          |
| --------------------------------------- | ---------- | -------- | ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
|  `message` | `readonly` | `string` | Human-readable error message. | [src/batteries/isolation/browser.ts:38](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/isolation/browser.ts#L38) |
