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

Used when a DSL is incorrectly configured.

Summary

Types

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