soma icon indicating copy to clipboard operation
soma copied to clipboard

Consider giving more descriptive error message

Open KSAlpha opened this issue 7 years ago • 1 comments

Currently Soma implementations simply passes Error to handle errors (without panicking). However these errors may mislead users when troubleshooting. We can give more descriptive messages on Error by mapping Error to SomaError or using other implementations.

KSAlpha avatar Jan 04 '19 10:01 KSAlpha

Good article: http://blog.ploeh.dk/2014/12/23/exception-messages-are-for-programmers/

Qwaz avatar Jan 14 '19 12:01 Qwaz