Zvex.Error.Unavailable.NotSupported exception (zvex v0.4.0)

Copy Markdown View Source

The requested operation is not supported.

Summary

Functions

exception(msg)

@spec exception(opts :: Keyword.t()) :: %Zvex.Error.Unavailable.NotSupported{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  message: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Zvex.Error.Unavailable.NotSupported without raising it.

Keys

  • :message