errors# Various exceptions that may be raised when using DataDreamer. exception datadreamer.errors.StepOutputError[source]# Bases: Exception Raised when a Step is constructing its output and an error occurs. exception datadreamer.errors.StepOutputTypeError(message)[source]# Bases: TypeError, StepOutputError Raised when a Step is constructing its output and a type error occurs.