EMS.ResourceAPI.EEMSHTTPNotAcceptableError

From RAD Studio API Documentation
Jump to: navigation, search

EMS.ResourceAPI.EEMSHTTPErrorEMS.ResourceAPI.EEMSErrorSystem.SysUtils.ExceptionSystem.TObjectEEMSHTTPNotAcceptableError

Delphi

EEMSHTTPNotAcceptableError = class(EEMSHTTPError)

C++

class PASCALIMPLEMENTATION EEMSHTTPNotAcceptableError : public EEMSHTTPError

Properties

Type Visibility Source Unit Parent
class public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI EMS.ResourceAPI

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.

EMS.ResourceAPI.EEMSHTTPNotAcceptableError inherits from EMS.ResourceAPI.EEMSHTTPError. All content below this line refers to EMS.ResourceAPI.EEMSHTTPError.

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