ErrorResponseCategory Enumeration
.NET Framework 2.0
The ErrorResponseCategory enumeration contains possible DSML error responses.
Namespace: System.DirectoryServices.Protocols
Assembly: System.DirectoryServices.Protocols (in system.directoryservices.protocols.dll)
Assembly: System.DirectoryServices.Protocols (in system.directoryservices.protocols.dll)
| Member name | Description | |
|---|---|---|
| AuthenticationFailed | Authentication failed. The value is equal to 5. | |
| 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. | |
| CouldNotConnect | The DSML provider was unable to connect to a server. The value is equal to 1. | |
| GatewayInternalError | There is an internal gateway error. The value is equal to 4. | |
| MalformedRequest | The client failed to specify a request ID for each request. The value is equal to 3. | |
| NotAttempted | The DSML provider did not attempt to execute a request element. The value is equal to 0. | |
| Other | An unknown error occurred. The value is equal to 7. | |
| 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. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: