VAST error codes / Ad type and trafficking
VAST error 200: Trafficking error
Short answer: The player received an ad type it was not expecting and cannot display.
What it means
A general trafficking mismatch: the creative type returned does not fit the slot the player asked for.
Common causes
- A linear ad served into a non-linear slot, or vice versa
- A creative format the placement was not set up to handle
How to fix it
Check that the creative type returned matches the placement. 201–203 are the more specific versions of this.
VAST error codes are runtime buckets emitted by the player. They tell you where the failure happened, not which line of XML caused it. Paste the raw tag into the validator to map this code onto the exact element and rule.
Related error codes
- VAST error 201: Expecting different linearity
- VAST error 202: Expecting different duration
- VAST error 203: Expecting different size
Debug this tag now
Validate the XML, follow the wrapper chain, or check it in CI before launch:
# CLI: exits non-zero on errors, ideal for pipelines
vastlint check creative.xmlUse the right tool for this failure
If you already have the resolved XML, run a pure spec check. If you only have a live tag URL, test that endpoint first. If the failure happens in the wrapper chain, inspect each hop.