Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
andysmith1965
Streaming Star

RAF setTrackingCallback

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
0 Kudos