Boxic.DMN.AuthoringError (boxic_dmn v0.2.0)

Copy Markdown View Source

A structured error returned by immutable DMN authoring operations.

Summary

Types

t()

@type t() :: %Boxic.DMN.AuthoringError{
  code: atom(),
  details: term(),
  message: String.t(),
  path: [atom() | String.t() | non_neg_integer()]
}