# PromoteContentItemDraftToPostsFailure

PromoteContentItemDraftToPostsFailure

promoteContentItemDraftToPosts failure. Every recoverable error is reported
together so the caller can surface them all at once — for example, every
post that failed validation across every targeted channel. A failure does
not always mean nothing changed: post-processing errors are reported after
the promotion has taken effect.

**Status:** ⚠️ Experimental

**Implements:** MutationError

**Fields:**
- `errors`: `[PromoteContentItemDraftToPostsError!]!` - The recoverable errors behind this failure.
- `message`: `String!` - Summary error message.