flowpipe.errors module

Exceptions raised by flowpipe.

exception flowpipe.errors.CycleError

Bases: Exception

Raised when an action would result in a cycle in a graph.

exception flowpipe.errors.FlowpipeMultiprocessingError

Bases: Exception

Raised when a Node can not be pickled, most likely due to inputs not being picklable.