We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297476b commit fbe1477Copy full SHA for fbe1477
src/vws/_result_codes.py
@@ -44,6 +44,7 @@ def raise_for_result_code(
44
'DateRangeError': DateRangeError,
45
'Fail': Fail,
46
'ImageTooLarge': ImageTooLarge,
47
+ 'InactiveProject': ProjectInactive,
48
'MetadataTooLarge': MetadataTooLarge,
49
'ProjectInactive': ProjectInactive,
50
'RequestQuotaReached': RequestQuotaReached,
0 commit comments