Error
Represents a conversion step that encountered an error during processing.
This data class encapsulates a failure state in a conversion pipeline by wrapping a Throwable that caused the conversion to fail. It implements the ConversionStep interface to maintain consistency with the conversion workflow pattern.