Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/libraries/Common/src/Interop/Windows/Interop.Errors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ internal static partial class Errors
internal const int ERROR_HANDLE_EOF = 0x26;
internal const int ERROR_NOT_SUPPORTED = 0x32;
internal const int ERROR_BAD_NETPATH = 0x35;
internal const int ERROR_NETNAME_DELETED = 0x40;
internal const int ERROR_NETWORK_ACCESS_DENIED = 0x41;
internal const int ERROR_BAD_NET_NAME = 0x43;
internal const int ERROR_FILE_EXISTS = 0x50;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Interop.Errors.ERROR_INVALID_NAME or
Interop.Errors.ERROR_BAD_PATHNAME or
Interop.Errors.ERROR_BAD_NETPATH or
Interop.Errors.ERROR_BAD_NET_NAME or
Interop.Errors.ERROR_NETNAME_DELETED or
Interop.Errors.ERROR_INVALID_PARAMETER or
Interop.Errors.ERROR_NETWORK_UNREACHABLE or
Interop.Errors.ERROR_NETWORK_ACCESS_DENIED or
Expand Down