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

Unify all end user errors to common set. #1

Open
jkc opened this issue Aug 8, 2017 · 0 comments
Open

Unify all end user errors to common set. #1

jkc opened this issue Aug 8, 2017 · 0 comments

Comments

@jkc
Copy link
Contributor

jkc commented Aug 8, 2017

All public functions of the vfs interface implementations should return a common set of errors as their top level error, with a stack trace and implementation specific errors following. Example:

vfs: file not found //vfs error
NoSuchKey //s3 error
etc... //stack trace
vfs: file not found //vfs error
No such file or directory //local error
etc... //stack trace
@jkc jkc added the enhancement label Aug 8, 2017
@funkyshu funkyshu added the v7 label Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants