Datasnap.DSHTTPClient.EHTTPProtocolException.ErrorMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorMessage: string read FErrorMessage;

C++

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

Properties

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

Description

HTTP error message that the server includes in the response.

See Also