Add support for non supported vast error#481
Merged
ZacharieTFR merged 3 commits intomasterfrom Nov 26, 2024
Merged
Conversation
clarissedmn
approved these changes
Nov 14, 2024
|
|
||
| * VAST error `101`: VAST schema validation error. | ||
|
|
||
| * VAST error `102`: VAST version of response not supported. |
Contributor
There was a problem hiding this comment.
Suggested change
| * VAST error `102`: VAST version of response not supported. | |
| * VAST error `102`: VAST response version not supported. |
Contributor
Author
There was a problem hiding this comment.
Actually I edited the wrong file, this documentation is for old versions 1.x. I moved it to the correct one. The error description comes from IAB https://wiki.iabtechlab.com/index.php?title=VAST_Error_Code_Troubleshooting_Matrix

clementFrancon
approved these changes
Nov 19, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
102VAST version of response not supported.if it parse a outdated VAST version (only 1.0 for now)303No VAST response after one or more Wrappersnot being triggered when a wrapper containing a<Creative>without mediafile (e.g only with a<CompanionAds>inside) does not result in a VAST response.Issue
#476
Type