ResponseClassType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.