ENUM

CreateGameApplicationErrorCode

Client error code.

link GraphQL Schema definition

1enum CreateGameApplicationErrorCode {
2
3# The game has already been owned by another company.
4GAME_HAS_ALREADY_BEEN_OWNED
5
6# Sumbitting user does not have authorization to create a game application for the
7# organization.
8PERMISSION_DENIED
9
10# Internal error.
11INTERNAL_ERROR
12}