File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,3 +41,4 @@ class RequestTimeTooSkewedError(CloudRecoError):
4141 Exception raised when Vuforia returns a response with a result code
4242 'RequestTimeTooSkewed'.
4343 """
44+
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ class TargetStatusProcessingError(VWSError):
6363 Exception raised when Vuforia returns a response with a result code
6464 'TargetStatusProcessing'.
6565 """
66+
6667 @property
6768 def target_id (self ) -> str :
6869 """
@@ -81,33 +82,38 @@ class DateRangeError(VWSError): # pragma: no cover
8182 Exception raised when Vuforia returns a response with a result code
8283 'DateRangeError'.
8384 """
85+
8486# This is not simulated by the mock.
8587@beartype
8688class TargetQuotaReachedError (VWSError ): # pragma: no cover
8789 """
8890 Exception raised when Vuforia returns a response with a result code
8991 'TargetQuotaReached'.
9092 """
93+
9194# This is not simulated by the mock.
9295@beartype
9396class ProjectSuspendedError (VWSError ): # pragma: no cover
9497 """
9598 Exception raised when Vuforia returns a response with a result code
9699 'ProjectSuspended'.
97100 """
101+
98102# This is not simulated by the mock.
99103@beartype
100104class ProjectHasNoAPIAccessError (VWSError ): # pragma: no cover
101105 """
102106 Exception raised when Vuforia returns a response with a result code
103107 'ProjectHasNoAPIAccess'.
104108 """
109+
105110@beartype
106111class ProjectInactiveError (VWSError ):
107112 """
108113 Exception raised when Vuforia returns a response with a result code
109114 'ProjectInactive'.
110115 """
116+
111117@beartype
112118class MetadataTooLargeError (VWSError ):
113119 """
You can’t perform that action at this time.
0 commit comments