Something like: ```rust enum MyError { Spi(SpiErr), Digital(DigitalErr), } ```