public method TradeDeskEventsSink.OnBatchRequestFailed

Brief

The event is notification when request belonging to a specific batch has failed.

Declaration
Visual Basic
Sub OnBatchRequestFailed (sBatchID as String, sRequestID as String, sError as String)
IDL
[id(11)] HRESULT OnBatchRequestFailed( [in]BSTR sBatchID, [in]BSTR sRequestID, [in]BSTR sError)

Parameters
sBatchID

Completed Batch ID

sRequestID

Completed Request ID

sError

Detailed error message

Details

Please, see also the class description for important information about the event processing.

This event is fired when request batch that was sent using Asynchronous operation has failed.

back