ErrorResponseCategory Enum

Definition

The ErrorResponseCategory enumeration contains possible DSML error responses.

C#
public enum ErrorResponseCategory
Inheritance
ErrorResponseCategory

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.

Applies to

Produkt Verzie
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1