Navigation
API > API/Runtime > API/Runtime/VerseCompiler
The severity of a diagnostic.
| Name | uLang::EDiagnosticSeverity |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Diagnostics/Glitch.h |
| Include Path | #include "uLang/Diagnostics/Glitch.h" |
Syntax
namespace uLang
{
enum EDiagnosticSeverity
{
Ok,
Info,
Warning,
Error,
}
}
Values
| Name | Remarks |
|---|---|
| Ok | |
| Info | |
| Warning | |
| Error |