Datasnap.DSHTTPClient.EHTTPProtocolException.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorCode: Integer read FErrorCode;

C++

__property int ErrorCode = {read=FErrorCode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient EHTTPProtocolException

Description

HTTP error code that the server includes in the response.

See Also