Datasnap.DSHTTPClient.EHTTPProtocolException.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: EHTTPProtocolException

Delphi

property ErrorCode: Integer read FErrorCode;

C++

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

Description

HTTP error code that the server includes in the response.

See Also