Skip to content

Commit a1770eb

Browse files
chore: add X402_PAYMENT_REQUIRED to the ERROR_TYPE enum (#711)
This PR updates the auto-generated Pydantic models based on OpenAPI specification changes in [apify-docs PR #2412](apify/apify-docs#2412).
1 parent e58d0f2 commit a1770eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apify_client/_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class ErrorType(StrEnum):
115115
UNKNOWN_BUILD_TAG = 'unknown-build-tag'
116116
UNSUPPORTED_CONTENT_ENCODING = 'unsupported-content-encoding'
117117
USER_NOT_FOUND = 'user-not-found'
118+
X402_PAYMENT_REQUIRED = 'x402-payment-required'
118119

119120

120121
@docs_group('Models')

0 commit comments

Comments
 (0)