Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 271 Bytes

enumConversionError.md

File metadata and controls

11 lines (7 loc) · 271 Bytes

enumConversionError

Signature

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).