Dsxir.Errors.Invalid.Configuration exception (dsxir v0.1.0)

Copy Markdown

Raised when Dsxir.configure/1 or runtime settings receive an unknown or malformed key.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Invalid.Configuration{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  key: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  value: term(),
  vars: term()
}

Create an Elixir.Dsxir.Errors.Invalid.Configuration without raising it.

Keys

  • :key
  • :value
  • :reason