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

Error raised when a Matcha.Spec 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.Spec.Error{
  __exception__: true,
  details: term(),
  problems: Matcha.Error.problems(),
  source: Matcha.Spec.t()
}

Link to this section Functions

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

Produces a human-readable message from the given error.