Skip to content

Commit 7bea124

Browse files
adamtheturtleclaude
andcommitted
Drop the result code casing comment
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 337ee04 commit 7bea124

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/vws/exceptions/vws_exceptions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,6 @@ class AuthorizationFailedError(VWSError):
241241
"InvalidTargetType": InvalidTargetTypeError,
242242
"LicenseCheckFailed": LicenseCheckFailedError,
243243
"MetadataTooLarge": MetadataTooLargeError,
244-
# This casing comes from Vuforia's result codes table. No real
245-
# response with this result code has been observed, with this or any
246-
# other casing.
247244
"ProjectHasNoApiAccess": ProjectHasNoAPIAccessError,
248245
"ProjectInactive": ProjectInactiveError,
249246
"ProjectSuspended": ProjectSuspendedError,

0 commit comments

Comments
 (0)