We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc381d5 commit 9f7c8b8Copy full SHA for 9f7c8b8
lib/std/os/windows.zig
@@ -695,6 +695,7 @@ pub fn WriteFile(
695
.LOCK_VIOLATION => return error.LockViolation,
696
.NETNAME_DELETED => return error.ConnectionResetByPeer,
697
.ACCESS_DENIED => return error.AccessDenied,
698
+ .WORKING_SET_QUOTA => return error.SystemResources,
699
else => |err| return unexpectedError(err),
700
}
701
0 commit comments