We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a8d97 commit c94b726Copy full SHA for c94b726
src/vws/_result_codes.py
@@ -34,6 +34,11 @@ def raise_for_result_code(
34
response: A response from Vuforia.
35
expected_result_code: See
36
https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API.html#How-To-Interperete-VWS-API-Result-Codes
37
+
38
+ Raises:
39
+ ~vws.exceptions.UnknownVWSErrorPossiblyBadName: Vuforia returns an HTML
40
+ page with the text "Oops, an error occurred". This has been seen to
41
+ happen when the given name includes a bad character.
42
"""
43
try:
44
result_code = response.json()['result_code']
0 commit comments