Soap.SOAPHTTPTrans.TSOAPHttpErrorAction

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TSOAPHttpErrorAction = (heaSuccess, heaError, heaAbort, heaRetry);

C++

enum DECLSPEC_DENUM TSOAPHttpErrorAction : unsigned char { heaSuccess, heaError, heaAbort, heaRetry };

プロパティ

種類 可視性 ソース ユニット
enum public
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans Soap.SOAPHTTPTrans


説明

リクエストが 300 以上の HTTP ステータス コードを返した際に THTTPReqResp が実行するアクションを指定する列挙型です。

  • heaSuccess: リクエストが正常終了したと見なす
  • heaError: 該当する例外を発生させる
  • heaAbort: Abort プロシージャを呼び出す
  • heaRetry: リクエストを再試行する

関連項目