A structured error returned while encoding a normalized DMN model.
Summary
Types
@type path_segment() :: atom() | String.t() | non_neg_integer()
@type t() :: %Boxic.DMN.SerializationError{ code: atom(), details: term(), message: String.t(), path: [path_segment()] }