When chainstate loading fails, init offers to rebuild the databases and, if declined, suggests restarting with -reindex or -reindex-chainstate.
On a pruned node -reindex-chainstate cannot recover: it rebuilds the chainstate by replaying existing block data, which has been pruned, and the node already rejects it with "Prune mode is incompatible with -reindex-chainstate. Use full -reindex instead." Only a full -reindex recovers a pruned node.
Omit -reindex-chainstate from the suggestion when pruning is enabled.