REST.Client.TCustomRESTResponse.TStatus

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
record
struct
public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTResponse

Description

Embarcadero Technologies does not currently have any additional information.