# AssignRoleNoticeOverrides

`interface` in `gateway` · v0.1.0-next.3

<https://docs.seedcord.org/packages/gateway/0.1.0-next.3/interfaces/assign-role-notice-overrides>

Optional custom error constructors for [`HasPermsToAssignOptions`](/packages/gateway/0.1.0-next.3/interfaces/has-perms-to-assign-options).

```ts
interface AssignRoleNoticeOverrides
```

## Properties

### higherNotice

```ts
higherNotice: new (message: string, role: Role, botRole: Role) => Notice
```

### managedNotice

```ts
managedNotice: new (message: string) => Notice
```

### missingNotice

```ts
missingNotice: new (message: string | undefined, subject: string, missingPerms: readonly string[]) => Notice
```
