Ltix.Errors.Invalid.ContentItemTypeNotAccepted exception (Ltix v0.1.0)

Copy Markdown View Source

Content item type not in the platform's accept_types list.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) ::
  %Ltix.Errors.Invalid.ContentItemTypeNotAccepted{
    __exception__: true,
    accept_types: term(),
    bread_crumbs: term(),
    class: term(),
    path: term(),
    spec_ref: term(),
    splode: term(),
    stacktrace: term(),
    type: term(),
    vars: term()
  }

Create an Elixir.Ltix.Errors.Invalid.ContentItemTypeNotAccepted without raising it.

Keys

  • :type
  • :accept_types
  • :spec_ref