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

View Source

Returned when a required path parameter is missing or invalid

Summary

Functions

exception(args)

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

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

Keys

  • :parameter
  • :url
  • :detail