Ash.Error.Page.InvalidKeyset exception (ash v3.4.68)

View Source

Used when a value is provided for a keyset that cannot be Base64 decoded.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Ash.Error.Page.InvalidKeyset{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  key: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  value: term(),
  vars: term()
}

Create an Elixir.Ash.Error.Page.InvalidKeyset without raising it.

Keys

  • :value
  • :key