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
casecommonerrors.Any(err, syscall.EPERM, syscall.ERROR_PRIVILEGE_NOT_HELD) ||commonerrors.CorrespondTo(err, "required privilege is not held", "operation not permitted"):
116
+
caseisPrivilegeError(err) ||commonerrors.CorrespondTo(err, "required privilege is not held", "operation not permitted"):
caseos.IsNotExist(err) ||commonerrors.Any(err, os.ErrNotExist, afero.ErrFileNotFound) ||IsPathNotExist(err) ||commonerrors.CorrespondTo(err, "No such file or directory"):
0 commit comments