triggair
Error code

not_your_turn (409)

What it means

A turn was submitted to an async match when it wasn't that player's turn.

How to fix

Read GET /async/{id} for `current_turn`; wait for your turn (an inbox `async_turn` notification arrives). Do NOT retry now.

← All error codes