Ex4pmEvidence.Conformance.Violation (ex4pm v26.9.9)

Copy Markdown View Source

A structured violation record detected during conformance evaluation.

Summary

Types

dimension()

@type dimension() :: :fitness | :precision | :policy | :lifecycle | :causal

t()

@type t() :: %Ex4pmEvidence.Conformance.Violation{
  case_id: String.t() | nil,
  details: map(),
  dimension: dimension(),
  events: [String.t()],
  message: String.t(),
  object_id: String.t() | nil,
  rule: atom() | String.t()
}