All pages
Powered by GitBook
1 of 4

Loading...

Loading...

Loading...

Loading...

Error

Enumeration Member in

An error.

If a Yarn source file contains errors, it cannot be compiled, and the compilation process will fail.

Error

Summary

Remarks

DiagnosticSeverity

Warning

Enumeration Member in

An warning.

Warnings represent possible problems that the user should fix, but do not cause the compilation process to fail.

Warning

Summary

Remarks

DiagnosticSeverity

Info

Enumeration Member in

An informational diagnostic.

Infos represent possible issues or steps that the user may wish to fix, but are unlikely to cause problems.

Info

Summary

Remarks

DiagnosticSeverity

DiagnosticSeverity

Enum in Diagnostic

Inherits from System.Enum

Summary

The severity of the issue.

public enum DiagnosticSeverity
{
    Error,
    Warning,
    Info
}

Members

Name
Description

An error.

An informational diagnostic.

An warning.

Error
Info
Warning