API:EMS.ResourceAPI.EEMSHTTPError.TCodes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
record
struct
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: EEMSHTTPError

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

Description

Embarcadero Technologies does not currently have any additional information.