Skip to content

Commit 1ab0e7c

Browse files
committed
Fix API doc references
1 parent 4a785e5 commit 1ab0e7c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/vws/vws.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,17 +175,19 @@ def make_request(
175175
The response to the request made by `requests`.
176176
177177
Raises:
178-
~vws.exceptions.OopsAnErrorOccurredPossiblyBadNameError: Vuforia
179-
returns an HTML page with the text "Oops, an error occurred".
178+
~vws.exceptions.custom_exceptions.OopsAnErrorOccurredPossiblyBadNameError:
179+
Vuforia returns an HTML page with the text "Oops, an error
180+
occurred".
181+
180182
This has been seen to happen when the given name includes a bad
181183
character.
182184
~vws.exceptions.custom_exceptions.ServerError: There is an error
183185
with Vuforia's servers.
184186
~vws.exceptions.vws_exceptions.TooManyRequestsError: Vuforia is
185187
rate limiting access.
186-
json.decoder.JSONDecodeError: The server did not respond with valid
187-
JSON. This may happen if the server address is not a valid
188-
Vuforia server.
188+
json.JSONDecodeError: The server did not respond with valid JSON.
189+
This may happen if the server address is not a valid Vuforia
190+
server.
189191
"""
190192
response = _target_api_request(
191193
server_access_key=self._server_access_key,

0 commit comments

Comments
 (0)