Rekindle.Build.Error exception (Rekindle v0.1.0)

Copy Markdown View Source

Reports an invalid build target, profile, entry, or invocation.

Summary

Types

t()

@type t() :: %Rekindle.Build.Error{
  __exception__: term(),
  kind: atom(),
  message: String.t()
}