flowpipe.errors module¶
Exceptions raised by flowpipe.
- exception flowpipe.errors.CycleError¶
Bases:
ExceptionRaised when an action would result in a cycle in a graph.
- exception flowpipe.errors.FlowpipeMultiprocessingError¶
Bases:
ExceptionRaised when a Node can not be pickled, most likely due to inputs not being picklable.