Hi
I want to be able to track any errors that arise when using the callback function setTrackingCallback().
I assume any error results in the following object:
{errType: String, errCode: String, errMsg : String, time : Int | Float (playback position, in s), url : String (rendered asset URI), ad : Associative Array representing ad structure for current ad, adIndex: Int (logical index of current ad within ad pod) }
what are the possible values for the errTypes or errCodes or indeed the error messages?
Is this documented anywhere?
Would it be possible to provide an example output of the error object?
Regards
Andy Smith