# RenderableNotice

`interface` in `types` · v0.7.1-next.0

<https://docs.seedcord.org/packages/types/0.7.1-next.0/interfaces/renderable-notice>

Structural shape of a renderable denial. A framework `Notice` subclass satisfies it. Used to type [`defaultError`](/packages/types/0.7.1-next.0/interfaces/errors-config#default-error) without importing the concrete class (defined in `@seedcord/kit`).

```ts
interface RenderableNotice
```

## Properties

### report

```ts
readonly report: boolean
```

Whether the denial is a reported fault.

## Methods

### render

```ts
render(ctx: RenderContext): ReplyResponse
```

Builds the user-facing reply.
