Vize.Error exception (Vize v0.13.0)

Copy Markdown View Source

Exception returned or raised by Vize bang APIs.

Summary

Types

t()

@type t() :: %Vize.Error{
  __exception__: term(),
  diagnostics: [Vize.Diagnostic.t()],
  errors: term(),
  message: String.t()
}

Functions

new(message, errors)

@spec new(String.t(), term()) :: t()