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 9678186 commit ff01915Copy full SHA for ff01915
src/vws/vws.py
@@ -332,8 +332,8 @@ def wait_for_target_processed(
332
correct.
333
~vws.exceptions.Fail: There was an error with the request. For
334
example, the given access key does not match a known database.
335
- TimeoutError: The target remained in the processing stage for more
336
- than ``timeout_seconds`` seconds.
+ ~vws.exceptions.TargetProcessingTimeout: The target remained in the
+ processing stage for more than ``timeout_seconds`` seconds.
337
~vws.exceptions.UnknownTarget: The given target ID does not match a
338
target in the database.
339
"""
0 commit comments