Skip to content

Commit 082cba4

Browse files
committed
Document first raises
1 parent 03a537d commit 082cba4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vws/vws.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ def get_target_record(self, target_id: str) -> Dict[str, Union[str, int]]:
242242
243243
Returns:
244244
Response details of a target from Vuforia.
245+
246+
Raises:
247+
~vws.exceptions.UnknownTarget: The given target ID does not match a
248+
target in the database.
245249
"""
246250
response = self._make_request(
247251
method='GET',

0 commit comments

Comments
 (0)