EMS.ResourceAPI.EEMSHTTPError

From RAD Studio API Documentation
Jump to: navigation, search

EMS.ResourceAPI.EEMSErrorSystem.SysUtils.ExceptionSystem.TObjectEEMSHTTPError
[–] Properties
Type: class
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: EMS.ResourceAPI

Delphi

EEMSHTTPError = class(EEMSError)

C++

class PASCALIMPLEMENTATION EEMSHTTPError : public EEMSError

Description

Exception that EMS resources can raise during the handling of a request to indicate that there has been an error. The RAD Server Engine (EMS Server) handles these exceptions and sends an appropriate response to the EMS client application that sent the request.

Each instance of EEMSHTTPError has an HTTP error code, an error name or message, and an error description.

EEMSHTTPError also provides helper class functions to raise EEMSHTTPError exceptions:

See Also