Module errors

Source
Expand description

Module containing error types for the compiler.

Structs§

DanglingArgEdgeError
Represents an error where an argument plug is not connected to any block.
NonUniqueStartBlockError
Represents an error where there are multiple or no blocks without a block-plug.

Enums§

CompileError
Errors that can occur during the compilation process.