REST.Backend.KinveyApi.TKinveyApi.CheckForResponseError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CheckForResponseError(const ARequest: TRESTRequest); overload;
procedure CheckForResponseError; overload;
procedure CheckForResponseError(AValidStatusCodes: array of Integer); overload;

C++

void __fastcall CheckForResponseError(Rest::Client::TRESTRequest* const ARequest)/* overload */;
void __fastcall CheckForResponseError()/* overload */;
void __fastcall CheckForResponseError(int *AValidStatusCodes, const int AValidStatusCodes_High)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi

Description

Embarcadero Technologies does not currently have any additional information.