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
CCL signals SIMPLE-FILE-ERROR conditions for all file-related errors, but they
do not contain any information to programmatically distinguish what the error
actually is.
The most basic use case is the ability to detect that opening a file failed
because it does not exist. Without this patch, it is impossible to make the
difference between a file-not-found error and for example an IO error.
0 commit comments