OperandValuesOverflow

Git Source

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

NameTypeDescription
offsetuint256The offset in the source string where the error occurred.