Enumeration Member in
An error.
If a Yarn source file contains errors, it cannot be compiled, and the compilation process will fail.
ErrorEnumeration Member in
An warning.
Warnings represent possible problems that the user should fix, but do not cause the compilation process to fail.
WarningEnumeration Member in
An informational diagnostic.
Infos represent possible issues or steps that the user may wish to fix, but are unlikely to cause problems.
InfoEnum in Diagnostic
Inherits from System.Enum
The severity of the issue.
public enum DiagnosticSeverity
{
Error,
Warning,
Info
}An error.
An informational diagnostic.
An warning.