Kinda.NIFLoadError exception (kinda v0.12.0)

Copy Markdown View Source

The exception raised when the BEAM cannot load a generated native library.

The attempted path and the original :erlang.load_nif/2 reason remain available as structured fields.

Summary

Types

t()

@type t() :: %Kinda.NIFLoadError{
  __exception__: term(),
  message: String.t() | nil,
  path: Path.t() | charlist() | nil,
  reason: term()
}