You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: