# `Replicant.Decoder.Messages.Unsupported`
[🔗](https://github.com/baselabs/replicant/blob/v0.3.1/lib/replicant/decoder/messages.ex#L134)

Catch-all for replication messages Replicant does not yet decode; carries the raw binary.

# `t`

```elixir
@type t() :: %Replicant.Decoder.Messages.Unsupported{data: binary() | nil}
```

---

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