Kino.InterruptError exception (Kino v0.19.0)

Copy Markdown View Source

Exception raised to stop evaluation in expected manner.

Summary

Types

t()

@type t() :: %Kino.InterruptError{
  __exception__: term(),
  message: String.t(),
  variant: :normal | :error
}