# `Sidereon.GNSS.Broadcast.SkippedNavBlock`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/broadcast.ex#L358)

Identity of a supported RINEX NAV body block skipped by lenient parsing.

Header failures remain errors; this struct only reports malformed body
blocks that the core parser could identify and skip.

# `t`

```elixir
@type t() :: %Sidereon.GNSS.Broadcast.SkippedNavBlock{
  message: String.t(),
  satellite: String.t()
}
```

---

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