ParseFailed

data class ParseFailed(val slotId: String, val cause: String) : VastObservabilityEvent

Emitted when VAST XML cannot be parsed.

Constructors

Link copied to clipboard
constructor(slotId: String, cause: String)

Properties

Link copied to clipboard

Safe parser failure category, with line/column hints when available. Raw parser messages, XML payload excerpts, and URLs are intentionally omitted.

Link copied to clipboard
open override val slotId: String

SDK ad slot identifier associated with the request.