CallOutputsExceedSource
Thrown when the outputs requested by the operand exceed the outputs available from the source.
error CallOutputsExceedSource(uint256 sourceOutputs, uint256 outputs);
Parameters
Name | Type | Description |
---|---|---|
sourceOutputs | uint256 | The number of outputs available from the source. |
outputs | uint256 | The number of outputs requested by the operand. |