pub type StepConvertingError = Box<dyn Error>;
Errors that occur when converting STEP format
pub struct StepConvertingError(/* private fields */);