Skip to content

Commit eab28a6

Browse files
Update sources/platform/actors/development/programming_interface/status_messages.md
Co-authored-by: Lukáš Křivka <lukaskrivka@gmail.com>
1 parent 9b6c323 commit eab28a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/platform/actors/development/programming_interface/status_messages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,6 @@ If your Actor has specific limitations for users on the Apify free plan (e.g., r
8383

8484
- Status messages: Use `Actor.setStatusMessage` or `Actor.exit` message to explain why a run finished early or failed (e.g., "Daily limit for free plan reached. Upgrade to continue.").
8585
- Avoid false errors: Do not return generic system errors or fail the run in a way that looks like a platform issue. This frustrates users and makes troubleshooting difficult.
86+
- Wrong: API usage is limited to 10 results
87+
- Right: This Actor only allows up to 10 results for free users. Upgrade to a paid plan to receive unlimited results.
8688
- Documentation: Clearly state any limitations in your Actor's `README` and input schema descriptions so users know what to expect before running the Actor.

0 commit comments

Comments
 (0)