RuleCompilationDiagnostic

data class RuleCompilationDiagnostic(val message: String? = null, val position: RuleCompilationDiagnosticPosition? = null, val severity: String? = null, val uri: String? = null)

Constructors

Link copied to clipboard
constructor(message: String? = null, position: RuleCompilationDiagnosticPosition? = null, severity: String? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

(Output) Output only. The diagnostic message.

Link copied to clipboard

CompilationPosition represents the location of a compilation diagnostic in rule text. Structure is documented below.

Link copied to clipboard
val severity: String? = null

(Output) Output only. The severity of a rule's compilation diagnostic. Possible values: SEVERITY_UNSPECIFIED WARNING ERROR

Link copied to clipboard
val uri: String? = null

(Output) Output only. Link to documentation that describes a diagnostic in more detail.