webql/assembler/scheduler/diagnostic

Copy Markdown

Types

Diagnostic

pub type Diagnostic {
  Diagnostic(kind: DiagnosticKind)
}
Diagnostic(kind: DiagnosticKind)

DiagnosticKind

pub type DiagnosticKind {
  CycleDetected(remaining: List(String))
  InvalidPlan
}
CycleDetected(remaining: List(String))
InvalidPlan