Fix Unexpected error for 1453 on Windows (#23729)
This commit is contained in:
@@ -695,6 +695,7 @@ pub fn WriteFile(
|
||||
.LOCK_VIOLATION => return error.LockViolation,
|
||||
.NETNAME_DELETED => return error.ConnectionResetByPeer,
|
||||
.ACCESS_DENIED => return error.AccessDenied,
|
||||
.WORKING_SET_QUOTA => return error.SystemResources,
|
||||
else => |err| return unexpectedError(err),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user