OperandValuesOverflow
Thrown when the number of values encountered in a single operand parsing is longer than the memory allocated to hold them.
error OperandValuesOverflow(uint256 offset);
Parameters
Name | Type | Description |
---|---|---|
offset | uint256 | The offset in the source string where the error occurred. |