次の方法で共有


ResponseClassType 列挙型

定義

列挙型は ResponseClassType 、応答の状態を識別します。

public enum class ResponseClassType
public enum ResponseClassType
Public Enum ResponseClassType
継承
ResponseClassType

フィールド

Error 2

要求を処理できなかったことを示します。

Success 0

要求が正常に処理されたことを示します。

Warning 1

要求の処理中に異常な状況が発生し、要求が正常に処理されなかった可能性があることを示します。

注釈

この列挙は、 オブジェクトの ResponseClassResponseMessageType プロパティによって使用されます。

適用対象