Photon Server API Documentation v5.0RC1

Static Public Attributes | List of all members
Photon.SocketServer.ErrorCodes Class Reference

Error codes used internally during connection establishing with InitV3 space below 0 and 0 is photon space space above 0 is user space More...

Static Public Attributes

const short PhotonApplicationRangeStart = short.MaxValue
 
const short PhotonApplicationRangeEnd = PhotonApplicationRangeStart - 2048
 
const short None = 0
 
const short Ok = None
 
const short ManagedCoreRangeStart = Ok
 
const short InternalServerError = ManagedCoreRangeStart - 1
 
const short OperationInvalid = ManagedCoreRangeStart - 2
 
const short OperationDenied = ManagedCoreRangeStart - 3
 
const short ArgumentOutOfRange = ManagedCoreRangeStart - 4
 
const short InvalidRequestParameters = ManagedCoreRangeStart - 6
 
const short NotReady = ManagedCoreRangeStart - 7
 
const short Overload = ManagedCoreRangeStart - 8
 
const short BackOff = ManagedCoreRangeStart - 9
 
const short Maintenance = ManagedCoreRangeStart - 10
 
const short SendBufferFull = ManagedCoreRangeStart - 11
 
const short UnexpectedData = ManagedCoreRangeStart - 12
 
const short SerializationLimitError = ManagedCoreRangeStart - 13
 
const short WrongInitRequestData = ManagedCoreRangeStart - 14
 
const short ResponseParseError = ManagedCoreRangeStart - 15
 
const short CryptoProviderNotSet = ManagedCoreRangeStart - 16
 
const short DecryptionFailure = ManagedCoreRangeStart - 17
 
const short InvalidEncryptionParameters = ManagedCoreRangeStart - 18
 
const short ManagedCoreRateErrors = ManagedCoreRangeStart - 30
 
const short IncomingDataRateExceeded = ManagedCoreRateErrors - 0
 
const short IncomingMsgRateExceeded = ManagedCoreRateErrors - 1
 
const short IncomingMaxMsgSizeExceeded = ManagedCoreRateErrors - 2
 
const short OperationRateExceeded = ManagedCoreRateErrors - 5
 
const short OperationDataRateExceeded = ManagedCoreRateErrors - 6
 
const short OperationBlocked = ManagedCoreRateErrors - 7
 
const short OperationSizeLimitExceeded = ManagedCoreRateErrors - 8
 
const short GpMessagesRateExceeded = ManagedCoreRateErrors - 10
 
const short GpMessagesDataRateExceeded = ManagedCoreRateErrors - 11
 
const short GpMessagesBlocked = ManagedCoreRateErrors - 12
 
const short GpMessageSizeLimitExceeded = ManagedCoreRateErrors - 13
 

Detailed Description

Error codes used internally during connection establishing with InitV3 space below 0 and 0 is photon space space above 0 is user space

Member Data Documentation

◆ ArgumentOutOfRange

const short Photon.SocketServer.ErrorCodes.ArgumentOutOfRange = ManagedCoreRangeStart - 4
static

◆ BackOff

const short Photon.SocketServer.ErrorCodes.BackOff = ManagedCoreRangeStart - 9
static

◆ CryptoProviderNotSet

const short Photon.SocketServer.ErrorCodes.CryptoProviderNotSet = ManagedCoreRangeStart - 16
static

◆ DecryptionFailure

const short Photon.SocketServer.ErrorCodes.DecryptionFailure = ManagedCoreRangeStart - 17
static

◆ GpMessagesBlocked

const short Photon.SocketServer.ErrorCodes.GpMessagesBlocked = ManagedCoreRateErrors - 12
static

◆ GpMessagesDataRateExceeded

const short Photon.SocketServer.ErrorCodes.GpMessagesDataRateExceeded = ManagedCoreRateErrors - 11
static

◆ GpMessageSizeLimitExceeded

const short Photon.SocketServer.ErrorCodes.GpMessageSizeLimitExceeded = ManagedCoreRateErrors - 13
static

◆ GpMessagesRateExceeded

const short Photon.SocketServer.ErrorCodes.GpMessagesRateExceeded = ManagedCoreRateErrors - 10
static

◆ IncomingDataRateExceeded

const short Photon.SocketServer.ErrorCodes.IncomingDataRateExceeded = ManagedCoreRateErrors - 0
static

◆ IncomingMaxMsgSizeExceeded

const short Photon.SocketServer.ErrorCodes.IncomingMaxMsgSizeExceeded = ManagedCoreRateErrors - 2
static

◆ IncomingMsgRateExceeded

const short Photon.SocketServer.ErrorCodes.IncomingMsgRateExceeded = ManagedCoreRateErrors - 1
static

◆ InternalServerError

const short Photon.SocketServer.ErrorCodes.InternalServerError = ManagedCoreRangeStart - 1
static

◆ InvalidEncryptionParameters

const short Photon.SocketServer.ErrorCodes.InvalidEncryptionParameters = ManagedCoreRangeStart - 18
static

◆ InvalidRequestParameters

const short Photon.SocketServer.ErrorCodes.InvalidRequestParameters = ManagedCoreRangeStart - 6
static

◆ Maintenance

const short Photon.SocketServer.ErrorCodes.Maintenance = ManagedCoreRangeStart - 10
static

◆ ManagedCoreRangeStart

const short Photon.SocketServer.ErrorCodes.ManagedCoreRangeStart = Ok
static

◆ ManagedCoreRateErrors

const short Photon.SocketServer.ErrorCodes.ManagedCoreRateErrors = ManagedCoreRangeStart - 30
static

◆ None

const short Photon.SocketServer.ErrorCodes.None = 0
static

◆ NotReady

const short Photon.SocketServer.ErrorCodes.NotReady = ManagedCoreRangeStart - 7
static

◆ Ok

const short Photon.SocketServer.ErrorCodes.Ok = None
static

◆ OperationBlocked

const short Photon.SocketServer.ErrorCodes.OperationBlocked = ManagedCoreRateErrors - 7
static

◆ OperationDataRateExceeded

const short Photon.SocketServer.ErrorCodes.OperationDataRateExceeded = ManagedCoreRateErrors - 6
static

◆ OperationDenied

const short Photon.SocketServer.ErrorCodes.OperationDenied = ManagedCoreRangeStart - 3
static

◆ OperationInvalid

const short Photon.SocketServer.ErrorCodes.OperationInvalid = ManagedCoreRangeStart - 2
static

◆ OperationRateExceeded

const short Photon.SocketServer.ErrorCodes.OperationRateExceeded = ManagedCoreRateErrors - 5
static

◆ OperationSizeLimitExceeded

const short Photon.SocketServer.ErrorCodes.OperationSizeLimitExceeded = ManagedCoreRateErrors - 8
static

◆ Overload

const short Photon.SocketServer.ErrorCodes.Overload = ManagedCoreRangeStart - 8
static

◆ PhotonApplicationRangeEnd

const short Photon.SocketServer.ErrorCodes.PhotonApplicationRangeEnd = PhotonApplicationRangeStart - 2048
static

◆ PhotonApplicationRangeStart

const short Photon.SocketServer.ErrorCodes.PhotonApplicationRangeStart = short.MaxValue
static

◆ ResponseParseError

const short Photon.SocketServer.ErrorCodes.ResponseParseError = ManagedCoreRangeStart - 15
static

◆ SendBufferFull

const short Photon.SocketServer.ErrorCodes.SendBufferFull = ManagedCoreRangeStart - 11
static

◆ SerializationLimitError

const short Photon.SocketServer.ErrorCodes.SerializationLimitError = ManagedCoreRangeStart - 13
static

◆ UnexpectedData

const short Photon.SocketServer.ErrorCodes.UnexpectedData = ManagedCoreRangeStart - 12
static

◆ WrongInitRequestData

const short Photon.SocketServer.ErrorCodes.WrongInitRequestData = ManagedCoreRangeStart - 14
static