Skip to content

Commit a125842

Browse files
committed
Document more exceptions which can be raised by the query command
1 parent e553f86 commit a125842

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vws/query.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ def query(
7474
~vws.exceptions.ProjectInactive: The project is inactive.
7575
~vws.exceptions.ConnectionErrorPossiblyImageTooLarge: The given
7676
image is too large.
77+
~vws.exceptions.RequestTimeTooSkewed: There is an error with the
78+
time sent to Vuforia.
79+
~vws.exceptions.BadImage: There is a problem with the given image.
80+
For example, it must be a JPEG or PNG file in the grayscale or
81+
RGB color space.
7782
7883
Returns:
7984
An ordered list of target details of matching targets.

0 commit comments

Comments
 (0)