Response

Provides information about the request progress and how it has finished.

 Response(
    hasError, 
    error, 
    reader, 
    isBusy
  );

Parameters

hasError

Type: Bool
Determines wheter the request has finished with an error or not.

error

Type: TcAdsWebService.Error, TcAdsWebService.RequestError
Further information about an error. If no further information exists or no error occured, this value has to be null or undefined.

reader

Type: TcAdsWebSerivce.DataReader
The returned data as TcAdsWebService.DataReader object.
Set to null or undefined if an error occured.

isBusy

Type: Bool
Determines whether the request has finished or if it is still in progress.

Propertiess

Name

Description

hasError

Type: Bool
Determines wheter the request has finished with an error or not.

error

Type: TcAdsWebService.Error, TcAdsWebService.RequestError
Further information about an error. If no further information exists or no error occured, this value is set to null or undefined.

reader

Type: TcAdsWebSerivce.DataReader
The returned data. If an error occured this value is set to null or undefined.

isBusy

Type: Bool
Determines whether the request has finished or if it is still in progress.

Functions

Name

Description

getTypeString

Returns an object identifier string.