AshJsonApi.Error.InvalidField exception (ash_json_api v1.4.30)

View Source

Returned when a field is requested that does not exist or is invalid

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %AshJsonApi.Error.InvalidField{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  detail: term(),
  field: term(),
  parameter?: term(),
  path: term(),
  source_parameter: term(),
  splode: term(),
  stacktrace: term(),
  type: term(),
  vars: term()
}

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

Keys

  • :type
  • :field
  • :parameter?
  • :detail
  • :source_parameter