EnsureFailed

Git Source

Thrown if a zero condition is found.

error EnsureFailed(uint256 ensureCode, uint256 errorIndex);

Parameters

NameTypeDescription
ensureCodeuint256The 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.
errorIndexuint256The index of the condition that failed.