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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: