| ... | @@ -687,6 +687,7 @@ pub fn WriteFile( | ... | @@ -687,6 +687,7 @@ pub fn WriteFile( |
| 687 | .INVALID_HANDLE => return error.NotOpenForWriting, | 687 | .INVALID_HANDLE => return error.NotOpenForWriting, |
| 688 | .LOCK_VIOLATION => return error.LockViolation, | 688 | .LOCK_VIOLATION => return error.LockViolation, |
| 689 | .NETNAME_DELETED => return error.ConnectionResetByPeer, | 689 | .NETNAME_DELETED => return error.ConnectionResetByPeer, |
| | 690 | .WORKING_SET_QUOTA => return error.SystemResources, |
| 690 | else => |err| return unexpectedError(err), | 691 | else => |err| return unexpectedError(err), |
| 691 | } | 692 | } |
| 692 | } | 693 | } |