ErrorResponseCategory Enum

Definition

The ErrorResponseCategory enumeration contains possible DSML error responses.

public enum class ErrorResponseCategory
public enum ErrorResponseCategory
type ErrorResponseCategory = 
Public Enum ErrorResponseCategory
Inheritance
ErrorResponseCategory

Fields

AuthenticationFailed 5

Authentication failed. The value is equal to 5.

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.

CouldNotConnect 1

The DSML provider was unable to connect to a server. The value is equal to 1.

GatewayInternalError 4

There is an internal gateway error. The value is equal to 4.

MalformedRequest 3

The client failed to specify a request ID for each request. The value is equal to 3.

NotAttempted 0

The DSML provider did not attempt to execute a request element. The value is equal to 0.

Other 7

An unknown error occurred. The value is equal to 7.

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.

Applies to