VASTlint

VAST error codes / Interactive and verification

VAST error 901: General VPAID error

Short answer: A VPAID interactive unit failed to load or run.

Test the interactive creative

VAST error 901 is a VPAID interactive failure. Test the live URL, then inspect wrappers if the unit sits behind a chain.

What your player reported

901 · General VPAID error.

Wording from the IAB VAST 4.3 specification error table. Players may shorten or reformat it, but the code is the same.

What it means

The creative used VPAID and the interactive unit errored. VPAID is deprecated and unsupported on most CTV and modern environments.

Common causes

  • VPAID creative on a player without a VPAID runtime (most CTV)
  • Missing or wrong `apiFramework="VPAID"`
  • Empty or unreachable VPAID JS URL

How to fix it

Migrate VPAID creatives to SIMID plus OMID. vastlint flags VPAID usage and points to the migration path.

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 vastlint rules

Related error codes

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.xml

Further reading