| Status | Name | Description (EN) | Endpoint |
|---|---|---|---|
0000 | Success | Operation completed successfully | All |
0001 | InsufficientBalance | Player doesn't have enough balance | settlement |
0002 | InvalidPlayer | Player not found in agent system | All |
0003 | InvalidGame | Game code not recognized | settlement, cancelRound |
0004 | InactiveGame | Game is disabled on agent side | settlement, cancelRound |
0005 | InactivePlayer | Player account is suspended/inactive | All |
0006 | InvalidSignature | HMAC signature verification failed | All |
0007 | InvalidPublicKey | Public key not recognized | All |
0008 | InvalidCurrency | Currency not supported | All |
0009 | TransactionDuplicated | Round already processed (idempotent) | settlement, cancelRound |
9999 | InternalServerError | Agent internal error | All |
| Other | Unknown | Unrecognized status code, queue for retry | All |