The FpcConnectivityErrorCode enumerated type contains values that specify error codes obtained in attempts to verify connectivity.
typedef enum FpcConnectivityErrorCode { fpcConnNoError
No error occurred in the attempt to verify connectivity.
= 0, fpcConnDNSUnreachable
The DNS server could not be contacted.
= 1, fpcConnUnresolvedName
The server name supplied could not be resolved.
= 2, fpcConnAuthenticationRequired
Authentication is required to check connectivity to the specified server.
= 3, fpcConnTimeout
The time-out period elapsed before connectivity was verified.
= 4, fpcConnError
An unspecified error occurred in the attempt to verify connectivity.
= 5 } FpcConnectivityErrorCode;
No error occurred in the attempt to verify connectivity.
The DNS server could not be contacted.
The server name supplied could not be resolved.
Authentication is required to check connectivity to the specified server.
The time-out period elapsed before connectivity was verified.
An unspecified error occurred in the attempt to verify connectivity.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.