AshPagify.Error.Components.PathOrJSError exception (ash_pagify v1.4.2)

View Source

Raised when a neither the path nor the on_* attribute is set for a pagination or table component.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %AshPagify.Error.Components.PathOrJSError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  component: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.AshPagify.Error.Components.PathOrJSError without raising it.

Keys

  • :component