API:REST.Backend.EMSApi.TEMSClientAPI.CreateHTTPException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateHTTPException(const AResponse: TCustomRESTResponse;  const AClass: TEMSClientHTTPErrorClass): EEMSClientHTTPError; overload;
function CreateHTTPException(const AResponse: TCustomRESTResponse): EEMSClientHTTPError; overload;

C++

EEMSClientHTTPError* __fastcall CreateHTTPException(Rest::Client::TCustomRESTResponse* const AResponse, const TEMSClientHTTPErrorClass AClass)/* overload */;
EEMSClientHTTPError* __fastcall CreateHTTPException(Rest::Client::TCustomRESTResponse* const AResponse)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies does not currently have any additional information.