| ServerErrorNoDBConnection |
10001 |
The GEM server does not have a valid database connection. |
| ServerErrorDBEntryNotFound |
10002 |
An entity referenced was not found in the DB. |
| ServerErrorDBEntryCreateFailed |
10003 |
A new entity could not be created in the DB. |
| ServerErrorDBEntryUpdateFailed |
10004 |
An existing entity could not be updated in the DB. |
| ServerErrorDbTransactionFailure |
10005 |
A DB transaction failed and was rolled back. |
| ServerErrorInvalidParameters |
10006 |
Invalid parameters were provided to the API call. |
| ServerErrorIncorrectServerState |
10007 |
The GEM server could not execute the request because it was inconsistent with the current state. |
| ServerErrorCommsSendToGame |
10008 |
The GEM server could not contact the game server to make a necessary call. |
| ServerErrorUnimplemented |
10009 |
An API is in place but there is still unimplemented GEM server functionality. |