Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use an enumerated error for VSS errors #777

Closed
futurepaul opened this issue Sep 27, 2023 · 0 comments · Fixed by #778
Closed

Use an enumerated error for VSS errors #777

futurepaul opened this issue Sep 27, 2023 · 0 comments · Fixed by #778

Comments

@futurepaul
Copy link
Contributor

Getting "uknown error" when VSS is misconfigured, looks like this is the error that's being thrown:

MutinyError::Other(anyhow!("Error parsing list key versions url: {e}"))

seems like we can be more concrete than MutinyError::Other?

(if it's one of the errors in the enum it's easier for me to match on because I auto generate a list of potential errors with errorsToTs.cjs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant