Docket.Graph.Diagnostic (docket v0.1.1)

Copy Markdown View Source

A public graph diagnostic.

Summary

Types

severity()

@type severity() :: :info | :warning | :error

t()

@type t() :: %Docket.Graph.Diagnostic{
  code: atom(),
  message: String.t(),
  metadata: map(),
  path: [term()],
  public_id: String.t() | nil,
  runtime_id: String.t() | nil,
  severity: severity()
}