Skip to content

Commit 60f32c6

Browse files
committed
Progress towards usage documentation
1 parent 6fb3318 commit 60f32c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

spelling_private_dict.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
AuthenticationFailure
22
BadImage
33
ConnectionErrorPossiblyImageTooLarge
4+
DateRangeError
45
ImageTooLarge
6+
InactiveProject
57
MatchProcessing
68
MaxNumResultsOutOfRange
79
MetadataTooLarge
810
ProjectInactive
11+
RequestQuotaReached
912
RequestTimeTooSkewed
1013
TargetNameExist
1114
TargetProcessingTimeout
15+
TargetStatusNotSuccess
1216
TargetStatusProcessing
1317
Ubuntu
1418
UnknownTarget

src/vws/include_target_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
class CloudRecoIncludeTargetData(Enum):
99
"""
10-
Options for the ``include_target_data`` parameter of foo.
10+
Options for the ``include_target_data`` parameter of
11+
``CloudRecoService.query``.
1112
"""
1213

1314
TOP = 'top'

0 commit comments

Comments
 (0)