Docket.Graph.Error exception (docket v0.1.0)

Copy Markdown View Source

Public graph construction and editing error.

Summary

Types

t()

@type t() :: %Docket.Graph.Error{
  __exception__: true,
  code: atom(),
  details: map(),
  message: String.t()
}