# Report

`import { Report } from "destack:error";`

Erased error value for application boundaries.

```ds title="Report"
export struct Report {
    error: Dynamic<Error>;
    context: string;
}
```

[language/library/src/error/report.ds:7:13](https://github.com/destack-sh/destack/blob/main/language/library/src/error/report.ds#L7-L13)

## Members

### `error: Dynamic<Error>`

The erased error.

### `context: string`

Additional user-facing context.
