Windows error 0x000035ED, 13805

Detailed Error Information

IPSEC_IKE_TIMED_OUT[1]

MessageNegotiation timed out
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800735ED.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code13805 (0x35ed)

Questions

1vote
1answer

Xcode Error - iOS 7 Swipe Left to Reveal Delete Function

Okay, first I am an absolute beginner and my question actually deals with my first project. I'm taking it slow and making sure I understand everything. Thanks for your patience in advance. I've followed an Xcode tutorial online on creating a To-Do List app. I was successful at creating this [...] read more
ios7
xcode5
-1votes
1answer

Azure VPN connection fails with Failure error code:0x000035ed

I have created an VPN connection from my Azure VNET to a third party on site VPN device. The connection unfortunately fails. I have configured logging in the VNET and get the following error: Timestamp: 1601-01-01T00:00:00.000Z Flags: 0x00000106 Local address field set Remote address field set IP version field set [...] read more
azure
vpn

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0