Fork me on GitHub
#expound
<
2022-08-22
>
Drew Verlee19:08:31

the ahttps://github.com/cognitect-labs/aws-api seems to return spec error information as a value to me when something goes wrong. Is there a way to have expound read that value and produce it's human readable output?

Drew Verlee19:08:21

probably explain-result(s)

bbrinck23:08:51

Not sure exactly what type of data is returned by aws-api, but I think printer would be your best best if the value is normal “explain data” https://cljdoc.org/d/expound/expound/0.9.0/api/expound.alpha#printer

👀 1