InputsLengthMismatch

Git Source

Thrown when the inputs length does not match the expected inputs length.

error InputsLengthMismatch(uint256 expected, uint256 actual);

Parameters

NameTypeDescription
expecteduint256The expected number of inputs.
actualuint256The actual number of inputs.