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

Returned when preflight cannot normalize an execution surface.

# `t`

```elixir
@type t() :: %ASM.Options.UnsupportedExecutionSurfaceError{
  __exception__: true,
  message: String.t(),
  reason: term(),
  value: term()
}
```

---

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