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 58a3be6 commit 6ecfab6Copy full SHA for 6ecfab6
spelling_private_dict.txt
@@ -1,6 +1,7 @@
1
AuthenticationFailure
2
BadImage
3
ImageTooLarge
4
+MatchProcessing
5
MaxNumResultsOutOfRange
6
MetadataTooLarge
7
ProjectInactive
src/vws/query.py
@@ -64,6 +64,9 @@ def query(
64
is not correct.
65
~vws.exceptions.MaxNumResultsOutOfRange: `max_num_results`` is not
66
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.
70
~vws.exceptions.ProjectInactive: The project is inactive.
71
72
Returns:
0 commit comments