File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,6 @@ def __init__(self, response: Response) -> None:
248248 self .response = response
249249
250250
251- < << << << HEAD
252251class InactiveProject (Exception ):
253252 """
254253 Exception raised when Vuforia returns a response with a result code
@@ -264,21 +263,6 @@ def __init__(self, response: Response) -> None:
264263 self .response = response
265264
266265
267- class TargetStatusNotSuccess (Exception ):
268- """
269- Exception raised when Vuforia returns a response with a result code
270- 'TargetStatusNotSuccess'.
271- """
272-
273- def __init__ (self , response : Response ) -> None :
274- """
275- Args:
276- response: The response to a request to Vuforia.
277- """
278- super ().__init__ ()
279- self .response = response
280-
281-
282266class DateRangeError (Exception ):
283267 """
284268 Exception raised when Vuforia returns a response with a result code
You can’t perform that action at this time.
0 commit comments