CallOutputsExceedSource

Git Source

Thrown when the outputs requested by the operand exceed the outputs available from the source.

error CallOutputsExceedSource(uint256 sourceOutputs, uint256 outputs);

Parameters

NameTypeDescription
sourceOutputsuint256The number of outputs available from the source.
outputsuint256The number of outputs requested by the operand.