vortex icon indicating copy to clipboard operation
vortex copied to clipboard

Audit error types

Open robert3005 opened this issue 1 year ago • 0 comments

VortexError wraps a lot of error types and it's tempting to just return VortexResult everywhere. Is there a more ergonomic api where we narrow down the errors but still provide VortexError as a top level aggregation.

Most of our errors are classified as InvalidArguments and we make it very easy to return those but maybe we should encourage a few more variants

robert3005 avatar Aug 27 '24 13:08 robert3005