Table of Contents

Enum SyntaxErrorType

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

Defines types of syntax error.

public enum SyntaxErrorType

Fields

Error = 0

Something not allowed by the rules of the language or other authority.

Hidden = 3

Something that is an issue, as determined by some authority, but is not surfaced through normal means.

Info = 2

Information that does not indicate a problem.

Warning = 1

Something suspicious but allowed.