EMS.ResourceAPI.EEMSHTTPError.TCodes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCodes = record

C++

struct DECLSPEC_DRECORD TCodes
{
public:
    static _DELPHI_CONST System::Word BadRequest = System::Word(0x190);
    static _DELPHI_CONST System::Word NotFound = System::Word(0x194);
    static _DELPHI_CONST System::Word Duplicate = System::Word(0x199);
    static _DELPHI_CONST System::Word Unauthorized = System::Word(0x191);
    static _DELPHI_CONST System::Word Forbidden = System::Word(0x193);
    static _DELPHI_CONST System::Word NotAcceptable = System::Word(0x196);
    static _DELPHI_CONST System::Word UnsupportedMedia = System::Word(0x19f);
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI EEMSHTTPError


Beschreibung

Hilfsrecord, der den HTTP-Statuscode bestimmter HTTP-Fehler bereitstellt.

Siehe auch