Dune.Failure (dune v0.2.1) View Source
A struct returned when Dune
parsing or evaluation fails.
Fields:
message
(string): the error message to display to the usertype
(atom): the nature of the errorstdio
(string): captured standard output
Link to this section Summary
Link to this section Types
Specs
error_type() :: :restricted | :module_restricted | :module_conflict | :timeout | :exception | :parsing | :memory | :reductions
Specs
t() :: %Dune.Failure{message: String.t(), stdio: binary(), type: error_type()}