Commit 2347de7
Fix InvalidTargetType response status code to 422
Real Vuforia returns 422 Unprocessable Entity (not 403 Forbidden) when
attempting VuMark generation on a non-VuMark database.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5409f86 commit 2347de7
File tree
2 files changed
+5
-4
lines changed- src/mock_vws/_services_validators
- tests/mock_vws
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
| 665 | + | |
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
| 185 | + | |
185 | 186 | | |
0 commit comments