View Source Matcha.Error.Trace exception (Matcha v0.1.6)

Error raised when trying to trace calls.

Link to this section Summary

Functions

Produces a human-readable message from the given error.

Link to this section Types

@type t() :: %Matcha.Error.Trace{
  __exception__: true,
  details: term(),
  problems: Matcha.Error.problems(),
  source: Matcha.Trace.t()
}

Link to this section Functions

@spec message(t()) :: String.t()

Produces a human-readable message from the given error.