Package-level declarations
Types
A PipelineException thrown when an error related to a function or function call occurs.
An exception thrown when an error occurs inside a called function.
An exception thrown if the amount of arguments and mandatory parameters of a function call does not match.
An exception thrown if a FunctionCall could not be executed.
An exception thrown if the amount of arguments and mandatory parameters of a lambda block does not match.
An exception thrown if a parameter-argument pair of a function call has incompatible types.
Exception thrown when an element (e.g. an enum value from a Quarkdown function argument) does not exist among elements of a look-up table.
An exception thrown if an unnamed argument appears after at least one named argument has been encountered in a function call.
An exception thrown if a named argument does not match the name of any parameter from the called function.
An exception thrown when a function call does not reference any registered function declaration.