Skip to content

Commit d1fb450

Browse files
committed
Document another raises
1 parent a7ad3cb commit d1fb450

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vws/vws.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ def add_target(
178178
~vws.exceptions.ProjectInactive: The project is inactive.
179179
~vws.exceptions.RequestTimeTooSkewed: There is an error with the
180180
time sent to Vuforia.
181+
~vws.exceptions.UnknownVWSErrorPossiblyBadName: Vuforia returns an
182+
HTML page with the text "Oops, an error occurred". This has
183+
been seen to happen when the given name includes a bad
184+
character.
181185
"""
182186
image_data = image.getvalue()
183187
image_data_encoded = base64.b64encode(image_data).decode('ascii')

0 commit comments

Comments
 (0)