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. '#