BadInputs
Thrown by the extern contract at runtime when the inputs don't match the expected inputs.
error BadInputs(uint256 expected, uint256 actual);
Parameters
Name | Type | Description |
---|---|---|
expected | uint256 | The expected number of inputs. |
actual | uint256 | The actual number of inputs. |