Module: Google::Cloud::Chronicle::V1::CompilationDiagnostic::Severity

Defined in:
proto_docs/google/cloud/chronicle/v1/rule.rb

Overview

The severity level of the compilation diagnostic.

Constant Summary collapse

SEVERITY_UNSPECIFIED =

An unspecified severity level.

0
WARNING =

A compilation warning.

1
ERROR =

A compilation error.

2