Table of Contents

Enum DiagnosticSeverity

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

Severity level for diagnostics

public enum DiagnosticSeverity

Fields

Error = 0

Errors reported from native code

Note = 3

Note level diagnostics reported from native code

Remark = 2

Remarks reported from native code

Warning = 1

Warnings reported from native code