Backplane.SkillProtocol.Diagnostic (backplane_skill_protocol v0.9.0)

Copy Markdown

A bounded validation or compatibility diagnostic.

Summary

Types

t()

@type t() :: %Backplane.SkillProtocol.Diagnostic{
  code: atom(),
  context: map(),
  message: String.t(),
  phase: atom(),
  severity: :error | :warning
}

Functions

new(code, phase, severity, message, context \\ %{})