Class DiagnosticSources
Denotes default error sources
public static class DiagnosticSources
- Inheritance
-
DiagnosticSources
- Inherited Members
Fields
Grammar
Denotes that there is an error in the grammar
public const string Grammar = "Grammar"
Field Value
Parser
Denotes that an error occured while parsing
public const string Parser = "Parser"
Field Value
ResolveReferences
Denotes that an error occured while resolving references
public const string ResolveReferences = "ResolveReferences"
Field Value
Validation
Denotes that there is an error appeared during validation
public const string Validation = "Validation"