EMS.ResourceAPI.EEMSHTTPError.Error

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Error: string read GetError;

C++

__property System::UnicodeString Error = {read=GetError};

Properties

Type Visibility Source Unit Parent
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI EEMSHTTPError

Description

Name or message of the error, such as "Bad request" or "Not found".

See Also