ResponseClassType Enum

Definition

The ResponseClassType enumeration identifies the status states of a response.

public enum class ResponseClassType
public enum ResponseClassType
Public Enum ResponseClassType
Inheritance
ResponseClassType

Fields

Error 2

Indicates that the request could not be processed.

Success 0

Indicates that the request was successfully processed.

Warning 1

Indicates that an unusual situation was encountered during the processing of the request and the request may not have been processed successfully.

Remarks

This enumeration is used by the ResponseClass property of the ResponseMessageType object.

Applies to