This documentation is archived and is not being maintained.
ErrorResponseCategory Enumeration
Visual Studio 2008
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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: