triggair
Error code

insufficient_item (409)

What it means

A consume/spend asked for more of an item than the player owns. Inventory quantities never go negative, so the whole transaction rolled back.

How to fix

Do NOT retry. The player doesn't have enough. Read the inventory (GET /inventory) and only consume what they own.

← All error codes