Photon Server API Documentation v5.0RC1

Namespaces | Enumerations
Photon.Common Namespace Reference

Namespaces

namespace  Annotations
 
namespace  Authentication
 
namespace  Configuration
 
namespace  LoadBalancer
 
namespace  Misc
 
namespace  Plugins
 

Enumerations

enum  ErrorCode : short {
  ErrorCode.InvalidRequestParameters = SocketServer.ErrorCodes.InvalidRequestParameters, ErrorCode.ArgumentOutOfRange = SocketServer.ErrorCodes.ArgumentOutOfRange, ErrorCode.OperationDenied = SocketServer.ErrorCodes.OperationDenied, ErrorCode.OperationInvalid = SocketServer.ErrorCodes.OperationInvalid,
  ErrorCode.InternalServerError = SocketServer.ErrorCodes.InternalServerError, ErrorCode.Ok = 0, ErrorCode.InvalidAuthentication = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 0, ErrorCode.GameIdAlreadyExists = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 1,
  ErrorCode.GameFull = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 2, ErrorCode.GameClosed = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 3, ErrorCode.AlreadyMatched = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 4, ErrorCode.ServerFull = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 5,
  ErrorCode.UserBlocked = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 6, ErrorCode.NoMatchFound = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 7, ErrorCode.RedirectRepeat = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 8, ErrorCode.GameIdNotExists = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 9,
  ErrorCode.MaxCcuReached = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 10, ErrorCode.InvalidRegion = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 11, ErrorCode.CustomAuthenticationFailed = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 12, ErrorCode.CustomAuthenticationOverload = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 13,
  ErrorCode.AuthenticationTokenExpired = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 14, ErrorCode.PluginReportedError = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 15, ErrorCode.PluginMismatch = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 16, ErrorCode.JoinFailedPeerAlreadyJoined = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 17,
  ErrorCode.JoinFailedFoundInactiveJoiner = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 18, ErrorCode.JoinFailedWithRejoinerNotFound = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 19, ErrorCode.JoinFailedFoundExcludedUserId = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 20, ErrorCode.JoinFailedFoundActiveJoiner = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 21,
  ErrorCode.HttpLimitReached = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 22, ErrorCode.ExternalHttpCallFailed = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 23, ErrorCode.OperationLimitReached = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 24, ErrorCode.SlotError = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 25,
  ErrorCode.SecureConnectionRequired = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 27, ErrorCode.EventCacheExceeded = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 28, ErrorCode.ExpectedGSCheckFailure = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 29, ErrorCode.ExpectedGameCheckFailure = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 30,
  ErrorCode.AuthRequestWaitTimeout = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 31, ErrorCode.ConnectionSwitch = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 32, ErrorCode.ActorRemoved = SocketServer.ErrorCodes.PhotonApplicationRangeStart - 33
}
 

Enumeration Type Documentation

◆ ErrorCode

enum Photon.Common.ErrorCode : short
strong
Enumerator
InvalidRequestParameters 
ArgumentOutOfRange 
OperationDenied 
OperationInvalid 
InternalServerError 
Ok 
InvalidAuthentication 
GameIdAlreadyExists 
GameFull 
GameClosed 
AlreadyMatched 
ServerFull 
UserBlocked 
NoMatchFound 
RedirectRepeat 
GameIdNotExists 
MaxCcuReached 
InvalidRegion 
CustomAuthenticationFailed 
CustomAuthenticationOverload 
AuthenticationTokenExpired 
PluginReportedError 
PluginMismatch 
JoinFailedPeerAlreadyJoined 
JoinFailedFoundInactiveJoiner 
JoinFailedWithRejoinerNotFound 
JoinFailedFoundExcludedUserId 
JoinFailedFoundActiveJoiner 
HttpLimitReached 
ExternalHttpCallFailed 
OperationLimitReached 
SlotError 
SecureConnectionRequired 
EventCacheExceeded 
ExpectedGSCheckFailure 
ExpectedGameCheckFailure 
AuthRequestWaitTimeout 
ConnectionSwitch 
ActorRemoved