enum

Fluxion::Diagnostic::Severity

Inherits Enum < Comparable < Value < Object

Constants

Error = 0
Warning = 1
Info = 2

Instance methods

error?

Returns true if this enum value equals Error

Source
info?

Returns true if this enum value equals Info

Source
label
Source
warning?

Returns true if this enum value equals Warning

Source