Datasnap.DSHTTPClient.EHTTPProtocolException.ErrorMessage

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 ErrorMessage: string read FErrorMessage;

C++

__property System::UnicodeString ErrorMessage = {read=FErrorMessage};

Description

HTTP error message that the server includes in the response.

See Also