Spark.Dsl.Verifier behaviour (spark v2.3.3)
View SourceA verifier gets the dsl state and can return :ok
or :error
.
In a verifier, you can reference and depend on other modules without causing compile time dependencies.
Summary
Types
@type warning() :: String.t() | {String.t(), :erl_anno.anno()}