REST.Client.TCustomRESTResponse.TStatus

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

Delphi

TStatus = record

C++

struct DECLSPEC_DRECORD TStatus
{
private:
    TCustomRESTResponse* FResponse;
public:
    bool __fastcall Success();
    bool __fastcall ClientError();
    bool __fastcall SuccessOK_200();
    bool __fastcall SucessCreated_201();
    bool __fastcall ClientErrorBadRequest_400();
    bool __fastcall ClientErrorUnauthorized_401();
    bool __fastcall ClientErrorForbidden_403();
    bool __fastcall ClientErrorNotFound_404();
    bool __fastcall ClientErrorNotAcceptable_406();
    bool __fastcall ClientErrorDuplicate_409();
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。