> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/embed/events/error",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# 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>
