Edit

Share via


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

Name Value Description
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.

Error 2

Indicates that the request could not be processed.

Remarks

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

Applies to