# `Spark.Error.DslError`
[🔗](https://github.com/ash-project/spark/blob/v2.7.0/lib/spark/error/dsl_error.ex#L5)

Used when a DSL is incorrectly configured.

# `t`

```elixir
@type t() :: %Spark.Error.DslError{
  __exception__: true,
  location: :erl_anno.anno() | nil,
  message: String.t() | any(),
  module: nil | module(),
  path: [:atom],
  stacktrace: any()
}
```

---

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