Photon C++ Client API: StatusCode.h File Reference

Photon C++ Client API

Photon C++ Client API  4.1.12.2
StatusCode.h File Reference
This graph shows which files directly or indirectly include this file:

Namespaces

 ExitGames
 
 ExitGames::Photon
 
 ExitGames::Photon::StatusCode
 

Variables

static const int EXCEPTION_ON_CONNECT
 the PhotonPeer encountered an exception while opening the incoming connection to the server. The server could be down / not running.
 
static const int CONNECT
 the PhotonPeer is connected.
 
static const int DISCONNECT
 the PhotonPeer just disconnected.
 
static const int EXCEPTION
 the PhotonPeer encountered an exception and will disconnect, too.
 
static const int QUEUE_OUTGOING_RELIABLE_WARNING
 PhotonPeer outgoing queue is filling up. send more often.
 
static const int QUEUE_OUTGOING_UNRELIABLE_WARNING
 PhotonPeer outgoing queue is filling up. send more often.
 
static const int SEND_ERROR
 Sending command failed. Either not connected, or the requested channel is bigger than the number of initialized channels.
 
static const int QUEUE_OUTGOING_ACKS_WARNING
 PhotonPeer outgoing queue is filling up. Send more often.
 
static const int QUEUE_INCOMING_RELIABLE_WARNING
 PhotonPeer incoming reliable queue is filling up. Dispatch more often.
 
static const int QUEUE_INCOMING_UNRELIABLE_WARNING
 PhotonPeer incoming unreliable queue is filling up. Dispatch more often.
 
static const int QUEUE_SENT_WARNING
 PhotonPeer sent queue is filling up. Check, why the server does not acknowledge your sent reliable commands.
 
static const int INTERNAL_RECEIVE_EXCEPTION
 Exception, if a server cannot be connected. Most likely, the server is not responding. Ask the user to try again later.
 
static const int TIMEOUT_DISCONNECT
 Disconnection due to a timeout (client did no longer receive ACKs from server).
 
static const int DISCONNECT_BY_SERVER
 Disconnect by server due to timeout (received a disconnect command, cause server misses ACKs of client).
 
static const int DISCONNECT_BY_SERVER_USER_LIMIT
 Disconnect by server due to concurrent user limit reached (received a disconnect command).
 
static const int DISCONNECT_BY_SERVER_LOGIC
 Disconnect by server due to server's logic (received a disconnect command).
 
static const int ENCRYPTION_ESTABLISHED
 The encryption-setup for secure communication finished successfully.
 
static const int ENCRYPTION_FAILED_TO_ESTABLISH
 The encryption-setup failed for some reason. Check debug logs.