Volt.JS.Runtime.Error exception (Volt v0.10.1)

Copy Markdown View Source

Error returned when a JavaScript runtime cannot be prepared or started.

Summary

Types

t()

@type t() :: %Volt.JS.Runtime.Error{
  __exception__: true,
  message: String.t(),
  reason: term(),
  stage: atom() | nil
}