Skip to main content
Fires when the post will not be retried — preflight, platform rejection, or platform auth failure. Distinct from post.failed, which is a transient failure that the worker may retry.

Payload

post.rejected.json
The 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.