Table of Contents

Class DiagnosticSources

Namespace
NMF.AnyText
Assembly
NMF.AnyText.Core.dll

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

string

Parser

Denotes that an error occured while parsing

public const string Parser = "Parser"

Field Value

string

ResolveReferences

Denotes that an error occured while resolving references

public const string ResolveReferences = "ResolveReferences"

Field Value

string

Validation

Denotes that there is an error appeared during validation

public const string Validation = "Validation"

Field Value

string