// SPDX-License-Identifier: UNLICENSED pragma solidity 0.8.24; error ZeroAddress(); error InvalidBatch(); error InvalidTransaction(); error DuplicateCluster(); error ClusterNotVerified(); error BLSInvalidPubllicKeyorSignaturePoints(); error BLSIncorrectInputMessaage(); error DataNotVerified(); error ArrayLengthMismatch(); error InvalidProof(); error DataProofMismatch(); error IncorrectFutureUpdate(uint256 FutureLengthInMsecs); error RootIsZero(); error SentinalAlreadySet();