TruncatedBitwiseEncoding
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
Name | Type | Description |
---|---|---|
startBit | uint256 | The start of the OOB encoding. |
length | uint256 | The length of the OOB encoding. |