Interface VastResponse

An Object representing a processed VAST response.

Hierarchy

  • VastResponse

Properties

XML?: string

RAW XML as it came from the server.

The selected ad extracted from the passed XML.

error?: Error

Error instance with a human readable description of the error or undefined if there is no error.

errorCode?: number

VAST error code number to identify the error.

parsedXML?: ParsedXML

The XML parsed object.

requestTag: string

Ad tag that was used to get this VastResponse.

response?: Response

RAW response object.

Generated using TypeDoc