EMS.ResourceAPI.EEMSHTTPError.Error
[–] 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".