kbase / dts

A data transfer service
https://kbase.github.io/dts/
MIT License
0 stars 0 forks source link

Rationalize error types #44

Closed jeff-cohere closed 8 months ago

jeff-cohere commented 9 months ago

We've been mostly making do with string-flavored Go error types, but we could do a bit better in the pursuit of more precise error handling. This task represents the assessment of benefits to be gained from a slightly more elaborate error handling protocol. Probably best to do this along with #42 and #43.