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

Returned when an API receives conflicting positional and option providers.

# `t`

```elixir
@type t() :: %ASM.Options.ProviderMismatchError{
  __exception__: true,
  actual_provider: term(),
  expected_provider: atom() | nil,
  message: String.t(),
  mode: atom() | nil,
  reason: atom()
}
```

---

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