[This is preliminary documentation and is subject to change.]
Types of error like lexical, sintactical, etc.

C# | Visual Basic | Visual C++ |
public enum ErrorType
Public Enumeration ErrorType
public enum class ErrorType

Member | Description |
---|---|
LexicalError |
Lexical error
|
SyntaxError |
Syntax error
|
SemanticError |
Semantic error
|
CodeGenerationError |
Error on code generation
|
TypeDeclarationError |
Error on type declaration
|
CustomError |
Custom error
|