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

Copy Markdown

Raised when a saved artifact hydrates into a module whose signature shape does not match.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Dsxir.Errors.Invalid.SignatureMismatch{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  diff: term(),
  expected: term(),
  loaded: term(),
  module: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

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

Keys

  • :module
  • :expected
  • :loaded
  • :diff