View Source Spark.Error.DslError exception (spark v2.1.21)

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],
  stacktrace: any()
}