Hourglass.Bridge.Error (hourglass v0.1.0)

Copy Markdown View Source

Tagged failure values returned from the bridge layer.

Summary

Types

kind()

@type kind() ::
  :shutdown
  | :tonic_error
  | :invalid_proto
  | :nondeterminism
  | :worker_already_started
  | :unknown
  | :test

t()

@type t() :: %Hourglass.Bridge.Error{detail: String.t() | nil, kind: kind()}