REST.Backend.EMSApi.EEMSClientHTTPError.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);
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi EEMSClientHTTPError

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.