Vaux.RuntimeError exception (Vaux v0.3.7)

View Source

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

@type t() :: %Vaux.RuntimeError{
  __exception__: true,
  description: String.t(),
  error: :noschema | :nofile | :validation | :init,
  file: Path.t(),
  line: non_neg_integer()
}

Functions

errors()

message(map)

Callback implementation for Exception.message/1.