Severity levels for validation rules.
@type t() :: :error | :warning | :notice
@spec error() :: :error
@spec notice() :: :notice
@spec warning() :: :warning