TruncatedBitwiseEncoding

Git Source

Thrown during integrity check when bitwise (en|de)coding would be truncated due to the end bit position being beyond 256.

error TruncatedBitwiseEncoding(uint256 startBit, uint256 length);

Parameters

NameTypeDescription
startBituint256The start of the OOB encoding.
lengthuint256The length of the OOB encoding.