Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Deno.DiagnosticCategory

The log category for a diagnostic message.

enum DiagnosticCategory {
Warning = 0,
Error = 1,
Suggestion = 2,
Message = 3,
}

§Members

§
DiagnosticCategory.Error = 1
[src]
§
DiagnosticCategory.Message = 3
[src]
§
DiagnosticCategory.Suggestion = 2
[src]
§
DiagnosticCategory.Warning = 0
[src]