# `Ltix.Errors.Invalid.InvalidMessageType`
[🔗](https://github.com/DecoyLex/ltix/blob/main/lib/ltix/errors/invalid/invalid_message_type.ex#L1)

build_response called on a non-deep-linking launch context.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %Ltix.Errors.Invalid.InvalidMessageType{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  message_type: term(),
  path: term(),
  spec_ref: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.Ltix.Errors.Invalid.InvalidMessageType` without raising it.

## Keys

- :message_type
- :spec_ref

---

*Consult [api-reference.md](api-reference.md) for complete listing*
