Skip to content

Instantly share code, notes, and snippets.

@CJ42
Created March 20, 2023 16:22
Show Gist options
  • Save CJ42/1d2757eb72420dc708d18dcd5614f91a to your computer and use it in GitHub Desktop.
Save CJ42/1d2757eb72420dc708d18dcd5614f91a to your computer and use it in GitHub Desktop.
Compiler Error Description
Warning Warnings around potential bugs or security that can occur in the contract
ParserError Solidity code does not conform to the Solidity language rule
DocstringParsingError Cannot parse Natspec comments or Natspec blocks
SyntaxError Invalid Solidity syntax, such as using built-in keywords in the wrong lace
DeclarationError Cannot resolve to a variable, function or built-in symbol
TypeError Invalid types when assigning values to variables or variables to function or return parameters
UnimplementedFeatureError Occurs when using a syntax that is not yet supported by the Solidity compiler but planned to be in the future
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment