EnsureFailed
Thrown if a zero condition is found.
error EnsureFailed(uint256 ensureCode, uint256 errorIndex);
Parameters
Name | Type | Description |
---|---|---|
ensureCode | uint256 | The ensure code that was evaluated. This is the low 16 bits of the operand. Allows the author to provide more context about which condition failed if there is more than one in the expression. |
errorIndex | uint256 | The index of the condition that failed. |