Fork me on GitHub
#datomic
<
2017-10-09
>
mgrbyte16:10:56

Wondering what the best-practise is for validating a spec of a data-structure passed to a custom datomic.api/function... currently am throwing if invalid using ex-info but this is seen as java.util.concurrent.ExecutionException from the outside. Any pointers?

favila17:10:38

I think getCause will give you the original exception