Boxic.DMN.SerializationError (boxic_dmn v0.2.0)

Copy Markdown View Source

A structured error returned while encoding a normalized DMN model.

Summary

Types

path_segment()

@type path_segment() :: atom() | String.t() | non_neg_integer()

t()

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