exceptions#

exception predict_backend.flow.exceptions.DuplicateStepNameException(message_override='')#

Bases: PredictException

This exception occurs when attempting to create a flow where multiple steps have the same name.

message = 'Duplicate Step Name: while you can have duplicate steps, they must have different names. '#
exception predict_backend.flow.exceptions.FlowLockedException(message_override='')#

Bases: PredictException

This exception occurs when attempting to lock a flow which has already been locked from further changes.

message = 'This flow has already been locked.'#