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.

