enum | ErrorCode : short {
ErrorCode.InvalidRequestParameters = -6,
ErrorCode.ArgumentOutOfRange = -4,
ErrorCode.OperationDenied = -3,
ErrorCode.OperationInvalid = -2,
ErrorCode.InternalServerError = -1,
ErrorCode.Ok = 0,
ErrorCode.InvalidAuthentication = 32767,
ErrorCode.GameIdAlreadyExists = 32766,
ErrorCode.GameFull = 32765,
ErrorCode.GameClosed = 32764,
ErrorCode.AlreadyMatched = 32763,
ErrorCode.ServerFull = 32762,
ErrorCode.UserBlocked = 32761,
ErrorCode.NoMatchFound = 32760,
ErrorCode.RedirectRepeat = 32759,
ErrorCode.GameIdNotExists = 32758,
ErrorCode.MaxCcuReached = 32757,
ErrorCode.InvalidRegion = 32756,
ErrorCode.CustomAuthenticationFailed = 32755,
ErrorCode.AuthenticationTokenExpired = 32753,
ErrorCode.PluginReportedError = 32752,
ErrorCode.PluginMismatch = 32751,
ErrorCode.JoinFailedPeerAlreadyJoined = 32750,
ErrorCode.JoinFailedFoundInactiveJoiner = 32749,
ErrorCode.JoinFailedWithRejoinerNotFound = 32748,
ErrorCode.JoinFailedFoundExcludedUserId = 32747,
ErrorCode.JoinFailedFoundActiveJoiner = 32746,
ErrorCode.HttpLimitReached = 32745,
ErrorCode.ExternalHttpCallFailed = 32744
} |