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

Error raised when trying to trace events happening in a running system.

Link to this section Summary

Functions

Produces a human-readable message from the given error.

Link to this section Types

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

Link to this section Functions

@spec message(t()) :: binary()

Produces a human-readable message from the given error.