public method TradeDeskEventsSink.OnRetrieveSessionsFailed

Brief

The event is fired when a request that was sent by the TradeDeskAut.RetrieveTradeSessionsAsync method has failed.

Declaration
Visual Basic
Sub OnRetrieveSessionsFailed (sError as String)
IDL
[id(15)] HRESULT OnRetrieveSessionsFailed( [in]BSTR sError)

Parameters
sError

The detailed error message.

Details

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

back