RustQ.Diagnostic.Error exception (rustq v0.8.0)

Copy Markdown View Source

Exception wrapper carrying a structured RustQ.Diagnostic value.

Summary

Types

t()

@type t() :: %RustQ.Diagnostic.Error{
  __exception__: term(),
  diagnostic: RustQ.Diagnostic.t(),
  message: String.t()
}