We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f140ef commit d6748cdCopy full SHA for d6748cd
src/apify_client/_models.py
@@ -1,6 +1,6 @@
1
# generated by datamodel-codegen:
2
-# filename: https://docs.apify.com/api/openapi.json
3
-# timestamp: 2026-04-09T08:30:29+00:00
+# filename: openapi.json
+# timestamp: 2026-04-09T11:54:55+00:00
4
5
from __future__ import annotations
6
@@ -642,6 +642,7 @@ class ErrorType(StrEnum):
642
TOKEN_NOT_VALID = 'token-not-valid'
643
UNKNOWN_BUILD_TAG = 'unknown-build-tag'
644
UNSUPPORTED_CONTENT_ENCODING = 'unsupported-content-encoding'
645
+ X402_PAYMENT_REQUIRED = 'x402-payment-required'
646
647
648
@docs_group('Models')
0 commit comments