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

View Source

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

Summary

Functions

exception(args)

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

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

Keys

  • :type