Fires when the post will not be retried — preflight, platform rejection, or platform auth failure. Distinct fromDocumentation Index
Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
Use this file to discover all available pages before exploring further.
post.failed, which is a transient failure that the worker may retry.
Payload
post.rejected.json
error shape mirrors the API’s HTTP error body. code is one of preflight_failed, platform_auth_failed, or platform_rejected.
Use it for
- Surface “rejected” state in the post log.
- Page the user with the remediation when their action is required.
- Capture metrics on rule frequency — the most-fired rules become candidates for tighter local validation.
Related
- Errors — the full error envelope.
post.failed— the transient cousin.