triggair /docs
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 — 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