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 882ff4a commit f0b6fd4Copy full SHA for f0b6fd4
src/vws/exceptions.py
@@ -7,7 +7,8 @@
7
8
class MaxNumResultsOutOfRange(Exception):
9
"""
10
- TODO
+ Exception raised when the ``max_num_results`` given to the Cloud
11
+ Recognition Web API query endpoint is out of range.
12
13
14
def __init__(self, response: Response) -> None:
0 commit comments