BadInputs

Git Source

Thrown by the extern contract at runtime when the inputs don't match the expected inputs.

error BadInputs(uint256 expected, uint256 actual);

Parameters

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