Skip to content

Commit

Permalink
fix(Ads): Fix VAST_INVALID_XML error code (#7593)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Nov 15, 2024
1 parent 56456e5 commit 69c98a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -1163,5 +1163,5 @@ shaka.util.Error.Code = {
/**
* The VAST contained invalid XML markup.
*/
'VAST_INVALID_XML': 4001,
'VAST_INVALID_XML': 10007,
};

0 comments on commit 69c98a9

Please sign in to comment.