Table of Contents

Enum ScriptCompilationDiagnosticKind

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.Common.v9.dll

Defines script error severity

public enum ScriptCompilationDiagnosticKind

Fields

Error = 0

Represents compiler error

Info = 2

Represents information message

Warning = 1

Represents compiler warning