EMS.ResourceAPI.EEMSHTTPError.Error

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: EEMSHTTPError

Delphi

property Error: string read GetError;

C++

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

Description

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

See Also