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

Error raised when rewriting Elixir code into a match pattern/spec.

Link to this section Summary

Functions

Produces a human-readable message from the given error.

Link to this section Types

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

Link to this section Functions

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

Produces a human-readable message from the given error.