FpcConnectivityErrorCode Enumeration

The FpcConnectivityErrorCode enumerated type contains values that specify error codes obtained in attempts to verify connectivity.

Syntax

typedef enum FpcConnectivityErrorCode {
  fpcConnNoError
fpcConnNoError

No error occurred in the attempt to verify connectivity.

				= 0,
  fpcConnDNSUnreachable
fpcConnDNSUnreachable

The DNS server could not be contacted.

		 = 1,
  fpcConnUnresolvedName
fpcConnUnresolvedName

The server name supplied could not be resolved.

		 = 2,
  fpcConnAuthenticationRequired
fpcConnAuthenticationRequired

Authentication is required to check connectivity to the specified server.

   = 3,
  fpcConnTimeout
fpcConnTimeout

The time-out period elapsed before connectivity was verified.

				= 4,
  fpcConnError
fpcConnError

An unspecified error occurred in the attempt to verify connectivity.

					= 5
} FpcConnectivityErrorCode;

Constants

fpcConnNoError

No error occurred in the attempt to verify connectivity.

fpcConnDNSUnreachable

The DNS server could not be contacted.

fpcConnUnresolvedName

The server name supplied could not be resolved.

fpcConnAuthenticationRequired

Authentication is required to check connectivity to the specified server.

fpcConnTimeout

The time-out period elapsed before connectivity was verified.

fpcConnError

An unspecified error occurred in the attempt to verify connectivity.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.