ErrorResponseCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ErrorResponseCategory enumeration contains possible DSML error responses.
public enum class ErrorResponseCategory
public enum ErrorResponseCategory
type ErrorResponseCategory =
Public Enum ErrorResponseCategory
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NotAttempted | 0 | The DSML provider did not attempt to execute a request element. The value is equal to 0. |
CouldNotConnect | 1 | The DSML provider was unable to connect to a server. The value is equal to 1. |
ConnectionClosed | 2 | 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 | 3 | The client failed to specify a request ID for each request. The value is equal to 3. |
GatewayInternalError | 4 | There is an internal gateway error. The value is equal to 4. |
AuthenticationFailed | 5 | Authentication failed. The value is equal to 5. |
UnresolvableUri | 6 | 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 | 7 | An unknown error occurred. The value is equal to 7. |