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

Error raised when a Matcha.Spec is invalid.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

Specs

t() :: %Matcha.Spec.Error{
  __exception__: term(),
  details: term(),
  problems: Matcha.Error.problems(),
  source: Matcha.Spec.t()
}

Link to this section Functions

Specs

message(t()) :: String.t()

Callback implementation for Exception.message/1.