# StaleCustomId

`class` in `seedcord` · v0.12.0

<https://docs.seedcord.org/packages/seedcord/0.12.0/classes/stale-custom-id>

Thrown when a customId was minted by an older version of its shape.

This is normal after the shape changes. The reply tells the user to run the command again.

```ts
class StaleCustomId extends CustomError
```

## Constructors

### constructor

```ts
StaleCustomId(prefix: string)
```

Constructs a new instance of the `StaleCustomId` class

## Properties

### emit

```ts
get emit(): boolean
```

```ts
set emit(value: boolean)
```

Whether this error should be emitted to logs

Controls logging behavior. Errors with emit=true will always be logged, while emit=false errors may be suppressed in production.

### message

```ts
message: string;
```

### response

```ts
readonly response: EmbedBuilder
```
