EMS.ResourceAPI.EEMSHTTPError.Code

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Code: Integer read GetCode;

C++

__property int Code = {read=GetCode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI EEMSHTTPError

Description

HTTP status code of the error.

See Also