Wallet error codes¶
| Status Code | Error Code | Description |
|---|---|---|
| 400 | error.general | unknown issue/internal server error |
| 400 | error.request.invalid | Client passed invalid request parameters |
| 400 | error.user.not-found | Player was not found |
| 400 | error.retry.incorrect | Appears when retried transaction differs from original transaction |
| 400 | limit.exceeded | Internal limits exceeded |
| 400 | decline.limit.conflict | Regulator or tax limits exceeded |
| 400 | decline.parent.notfound | Parent transaction was not found |
| 400 | decline.parent.failed | Parent transaction was found but it was failed |
| 400 | decline.balance.conflict | Unexpected error with balances |
| 400 | decline.player.blocked | Player was blocked (Temporary error) |
| 400 | decline.lowbalance | Insufficient funds |
| 400 | decline.restrictions | Regulator restriction |
Note
We expect the 'decline.player.blocked' error to be temporary for settle/resettle/cancelsettle transactions, as the bet should ultimately reach a final settled state.