webql/assembler/scheduler/diagnostic
Copy MarkdownTypes
Diagnostic
pub type Diagnostic {
Diagnostic(kind: DiagnosticKind)
}Diagnostic(kind: DiagnosticKind)DiagnosticKind
pub type DiagnosticKind {
CycleDetected(remaining: List(String))
InvalidPlan
}CycleDetected(remaining: List(String))InvalidPlan