View Source Spark.Error.DslError exception (spark v1.0.6)

Used when a DSL is incorrectly configured.

Link to this section Summary

Link to this section Types

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