Skip to content

Commit 3de7b2d

Browse files
committed
Merge remote-tracking branch 'origin/master' into client
2 parents 9f55670 + 99465b5 commit 3de7b2d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

spelling_private_dict.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
AuthenticationFailure
22
BadImage
33
ImageTooLarge
4+
MatchProcessing
45
MaxNumResultsOutOfRange
56
MetadataTooLarge
67
ProjectInactive
8+
RequestTimeTooSkewed
79
TargetNameExist
810
TargetProcessingTimeout
911
TargetStatusProcessing

src/vws/query.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ def query(
6464
is not correct.
6565
~vws.exceptions.MaxNumResultsOutOfRange: `max_num_results`` is not
6666
within the range (1, 50).
67+
~vws.exceptions.MatchProcessing: The given image matches a target
68+
which was recently added, updated or deleted and Vuforia
69+
returns an error in this case.
6770
~vws.exceptions.ProjectInactive: The project is inactive.
6871
6972
Returns:

0 commit comments

Comments
 (0)