Datasnap.DSHTTPClient.EHTTPProtocolException.ErrorCode

From RAD Studio API Documentation
Revision as of 09:23, 9 September 2015 by Sarah (talk | contribs) (RS-67380)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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