> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# error embed event

> Emitted by Omni when a detectable error occurs on an embedded page.

## Payload

```json theme={null}
{
  "href": "string",
  "message": "string"
}
```

## Properties

<ParamField path="href" type="string">
  The fully qualified URL, e.g., `https://blobsrus.omniapp.co/dashboards/123abc?f--users.email=someone@example.com`.
</ParamField>

<ParamField path="message" type="string">
  The error message, if one exists.
</ParamField>
