vortex
vortex copied to clipboard
Audit error types
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