NoCryticCompile->"crytic-compile not installed or not found in PATH. To install it, run:\n pip install crytic-compile"
(InvalidMethodFiltersf)->"Applying "++showf++" to the methods produces an empty list. Are you filtering the correct functions or fuzzing the correct contract?"
SetUpCallFailed->"Calling the setUp() funciton failed (revert, out-of-gas, sending ether to an non-payable constructor, etc.)"
(DeploymentFaileda)->"Deploying the contract "++showa++" failed (revert, out-of-gas, sending ether to an non-payable constructor, etc.)"
(DeploymentFailedat)->"Deploying the contract "++showa++" failed (revert, out-of-gas, sending ether to an non-payable constructor, etc.):\n"++unpackt
OutdatedSolcVersionv->"Solc version "++toStringv++" detected. Echidna doesn't support versions of solc before "++toStringminSupportedSolcVersion++". Please use a newer version."