Commit eb94e6f
authored
fix: Fix duplicate error code 4058 (#10372)
The error code number 4058 was assigned to both
MSF_VOD_CONTENT_NOT_SUPPORTED and MSF_CATALOG_TIMEOUT. This moves
MSF_CATALOG_TIMEOUT to the next available code in that group, 4064.
This was surfaced during an error code analysis on Shaka source as part
of a Cast analytics effort.1 parent 1d28ee2 commit eb94e6f
1 file changed
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | 846 | | |
852 | 847 | | |
853 | 848 | | |
| |||
880 | 875 | | |
881 | 876 | | |
882 | 877 | | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
883 | 886 | | |
884 | 887 | | |
885 | 888 | | |
| |||
1123 | 1126 | | |
1124 | 1127 | | |
1125 | 1128 | | |
1126 | | - | |
| 1129 | + | |
1127 | 1130 | | |
1128 | 1131 | | |
1129 | 1132 | | |
| |||
0 commit comments