AshJsonApi.Error.ConflictingParams exception (ash_json_api v1.5.1)

View Source

Returned when path parameters and query parameters have conflicting names

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %AshJsonApi.Error.ConflictingParams{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  conflicting_keys: term(),
  detail: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.AshJsonApi.Error.ConflictingParams without raising it.

Keys

  • :conflicting_keys
  • :detail