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

Error raised when a Matcha.Pattern is invalid.

Link to this section Summary

Functions

Produces a human-readable message from the given error.

Link to this section Types

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

Link to this section Functions

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

Produces a human-readable message from the given error.