Decoding a Cryptic NoSuchElementException in Span
I had a very strange cryptic error appearing in a span: https://gist.github.com/ethanniser/7d28a5bc176cb2a405ad85e22558d1d4
but everything else continued to work? the actually error was a
but everything else continued to work? the actually error was a
NoSuchElementException from effect flatmapping an option which was properly caught by a effect catchAll later on (thats how I figured out what the actual error was)