Error during compilation to WPL JSON
Summary
Types
@type error_type() ::
:missing_section
| :invalid_reference
| :duration_mismatch
| :constraint_violation
@type t() :: %WplAi.Errors.CompileError{ details: map() | nil, message: String.t(), path: [String.t()] | nil, type: error_type() }