This documentation is archived and is not being maintained.
ErrorResponseCategory Enumeration
Visual Studio 2010
The ErrorResponseCategory enumeration contains possible DSML error responses.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
| Member name | Description | |
|---|---|---|
| NotAttempted | The DSML provider did not attempt to execute a request element. The value is equal to 0. | |
| CouldNotConnect | The DSML provider was unable to connect to a server. The value is equal to 1. | |
| ConnectionClosed | The DSML provider connected to a server, but the server closed the connection without responding to the request. The value is equal to 2. | |
| MalformedRequest | The client failed to specify a request ID for each request. The value is equal to 3. | |
| GatewayInternalError | There is an internal gateway error. The value is equal to 4. | |
| AuthenticationFailed | Authentication failed. The value is equal to 5. | |
| UnresolvableUri | The client provider is unable to resolve the URI to a value that can transferred to the server. The value is equal to 6. | |
| Other | An unknown error occurred. The value is equal to 7. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: