## `enumConversionError`

### Signature

```solidity
stdError.enumConversionError
```

### Description

The internal Solidity error when trying to convert a number to a variant of an enum, if the number is larger than the number of variants in the enum (counting from 0).
