enum

Cl8r::Diagnostic::Severity

Inherits Enum < Comparable < Value < Object

Diagnostic severity levels for validation and compiler reporting.

Constants

Error = 0
Warning = 1
Info = 2
Hint = 3

Instance methods

error?

Returns true if this enum value equals Error

Source
hint?

Returns true if this enum value equals Hint

Source
info?

Returns true if this enum value equals Info

Source
warning?

Returns true if this enum value equals Warning

Source