WebServiceErrorKind enumeration

The kind of web service error.

public enum WebServiceErrorKind

Values

name value description
Request 0 The error occurred while building the request.
Response 1 The error occurred while handling the response.

See Also