@videts/vide / vast / trackError
Function: trackError()
trackError(
urls,errorCode):void
Defined in: vast/tracker.ts:7
Fire error tracking URLs, replacing the [ERRORCODE] macro with the given code. Per VAST 4.2 Section 2.3.6.
Parameters
| Parameter | Type |
|---|---|
urls | string[] |
errorCode | number |
Returns
void