REST.Client.TCustomRESTResponse.TStatus

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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();
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.