# `Sidereon.GNSS.Constellation.SkippedOmm`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/gnss/constellation.ex#L105)

An OMM entry that `Sidereon.GNSS.Constellation.from_celestrak_omm_lenient/2`
could not resolve to a `Record` for the requested system.

Carries the entry's identity so the caller can triage why it was skipped: a
record from another constellation in a combined feed, or a satellite of the
requested system whose `OBJECT_NAME` does not yet resolve.

# `t`

```elixir
@type t() :: %Sidereon.GNSS.Constellation.SkippedOmm{
  norad_id: pos_integer(),
  object_name: String.t() | nil
}
```

---

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