%s in error messages are placeholders used to indicate where a specific value, such as an Allocation ID or an item name, will be inserted when the actual error message is displayed.
For example, if the error is “Order is in invalid state with status code: %s,” and the order status is PENDING_REVIEW, the displayed message would become “Order is in invalid state with status code: PENDING_REVIEW.”
