File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments