gleamgen/render/report

Types

pub type Error {
  MissingLabels(labels: List(String))
}

Constructors

  • MissingLabels(labels: List(String))
pub type Report {
  Report(errors: List(Error), warnings: List(Warning))
}

Constructors

pub type Warning {
  AutomaticallyAddedMissingLabels(labels: List(String))
}

Constructors

  • AutomaticallyAddedMissingLabels(labels: List(String))

Values

pub const empty: Report
Search Document