Earlier quoted context omitted.
Close to 100% of the SSD failures I've seen have not been from being left off for a few years, nor from actual flash media failure, but from firmware bugs or, occasionally, mechanical failure. (I've had very small sample size of SSDs not being powered up for a few years, but the few I have powered up after not powering on for years have had all their data retained. Ask me in another 15 years or so, though.)
Part of what you count as firmware bugs may have been cases of data/firmware corruption caused by unexpected power loss.
I've written a few flash storage systems (small ones, for consumer devices). If your data structures are such that you can't do an atomic commit, you shouldn't be in the marketplace.
Sudden loss of power is not an excuse.