# `ASM.Options.PartialFeatureUnsupportedError`
[🔗](https://github.com/nshkrdotcom/agent_session_manager/blob/v0.10.0/lib/asm/options/partial_feature_unsupported_error.ex#L1)

Returned when a partial/discovery feature is used as if it were common.

# `t`

```elixir
@type t() :: %ASM.Options.PartialFeatureUnsupportedError{
  __exception__: true,
  feature: atom() | nil,
  key: atom(),
  message: String.t(),
  mode: atom() | nil,
  provider: atom() | nil
}
```

---

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