Skip to content
Open

TODO #926

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/apify_client/_literals.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'LIMITED_PERMISSIONS',
'FULL_PERMISSIONS',
]
"""Determines permissions that the Actor requires to run. For more information, see the [Actor permissions documentation](https://docs.apify.com/platform/actors/development/permissions)."""
"""Determines the permission level that the Actor requires to run. For details, see [Actor permissions](https://docs.apify.com/platform/actors/development/permissions)."""


ErrorType = Literal[
Expand Down Expand Up @@ -149,6 +149,7 @@
'expired-conference-token',
'failed-to-charge-user',
'final-invoice-negative',
'full-permission-actor-blocked-for-admin',
'full-permission-actor-not-approved',
'github-branch-empty',
'github-issue-already-exists',
Expand Down Expand Up @@ -331,6 +332,7 @@
'schema-validation',
'schema-validation-error',
'schema-validation-failed',
'service-worker-registration-not-allowed',
'sign-up-method-not-allowed',
'slack-integration-not-custom',
'socket-closed',
Expand Down
Loading