Lobby error codes
Last updated on February 12, 2024
The following errors can be returned by the AGS Lobby Server. Search this document with your error code.
List of Lobby Error Codes
[
{
"Code": "11221",
"CodeName": "PartyInfoUnableGetUserRegistry",
"Text": "unable to get user registry. UserID: {{userID}}",
"Attributes": [
"userID"
],
"Section": "get user party info",
"Service": "lobby"
},
{
"Code": "11222",
"CodeName": "PartyInfoUnableGetUserPartyInfo",
"Text": "unable to get party info. PartyID: {{partyID}}",
"Attributes": [
"partyID"
],
"Section": "get user party info",
"Service": "lobby"
},
{
"Code": "11223",
"CodeName": "PartyInfoSuccessGetUserPartyInfoEmpty",
"Text": "",
"Attributes": [],
"Section": "get user party info",
"Service": "lobby"
},
{
"Code": "11224",
"CodeName": "PartyInfoSuccessGetUserPartyInfo",
"Text": "",
"Attributes": [],
"Section": "get user party info",
"Service": "lobby"
},
{
"Code": "11231",
"CodeName": "PartyCreationUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "party creation",
"Service": "lobby"
},
{
"Code": "11232",
"CodeName": "PartyCreationAlreadyInParty",
"Text": "",
"Attributes": [],
"Section": "party creation",
"Service": "lobby"
},
{
"Code": "11233",
"CodeName": "PartyCreationUnableCreateParty",
"Text": "",
"Attributes": [],
"Section": "party creation",
"Service": "lobby"
},
{
"Code": "11234",
"CodeName": "PartyCreationSuccessCreateParty",
"Text": "",
"Attributes": [],
"Section": "party creation",
"Service": "lobby"
},
{
"Code": "11235",
"CodeName": "PartyCreationUnableToGenerateCode",
"Text": "",
"Attributes": [],
"Section": "party creation",
"Service": "lobby"
},
{
"Code": "11241",
"CodeName": "PartyLeaveUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "party leave",
"Service": "lobby"
},
{
"Code": "11242",
"CodeName": "PartyLeavePartyIsNil",
"Text": "",
"Attributes": [],
"Section": "party leave",
"Service": "lobby"
},
{
"Code": "11243",
"CodeName": "PartyLeavePartyNotFound",
"Text": "",
"Attributes": [],
"Section": "party leave",
"Service": "lobby"
},
{
"Code": "11244",
"CodeName": "PartyLeaveUserNotInParty",
"Text": "",
"Attributes": [],
"Section": "party leave",
"Service": "lobby"
},
{
"Code": "11245",
"CodeName": "PartyLeaveUnableToLeaveParty",
"Text": "",
"Attributes": [],
"Section": "party leave",
"Service": "lobby"
},
{
"Code": "11246",
"CodeName": "PartyLeaveSuccessLeaveParty",
"Text": "",
"Attributes": [],
"Section": "party leave",
"Service": "lobby"
},
{
"Code": "11251",
"CodeName": "PartyInviteUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "party invite",
"Service": "lobby"
},
{
"Code": "11252",
"CodeName": "PartyInviteInviteeNotFound",
"Text": "",
"Attributes": [],
"Section": "party invite",
"Service": "lobby"
},
{
"Code": "11253",
"CodeName": "PartyInviteNotInParty",
"Text": "",
"Attributes": [],
"Section": "party invite",
"Service": "lobby"
},
{
"Code": "11254",
"CodeName": "PartyInviteInviteeInParty",
"Text": "",
"Attributes": [],
"Section": "party invite",
"Service": "lobby"
},
{
"Code": "11255",
"CodeName": "PartyInviteUnableInviteToParty",
"Text": "",
"Attributes": [],
"Section": "party invite",
"Service": "lobby"
},
{
"Code": "11256",
"CodeName": "PartyInviteSuccessInviteToParty",
"Text": "",
"Attributes": [],
"Section": "party invite",
"Service": "lobby"
},
{
"Code": "11257",
"CodeName": "PartyInviteInviteeAlreadyInvited",
"Text": "invitee already invited a party too recently",
"Attributes": [],
"Section": "party invite",
"Service": "lobby"
},
{
"Code": "11271",
"CodeName": "PartyKickUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "party kick",
"Service": "lobby"
},
{
"Code": "11272",
"CodeName": "PartyKickNotInParty",
"Text": "",
"Attributes": [],
"Section": "party kick",
"Service": "lobby"
},
{
"Code": "11273",
"CodeName": "PartyKickNotLeader",
"Text": "",
"Attributes": [],
"Section": "party kick",
"Service": "lobby"
},
{
"Code": "11274",
"CodeName": "PartyKickKickeeNotInParty",
"Text": "",
"Attributes": [],
"Section": "party kick",
"Service": "lobby"
},
{
"Code": "11275",
"CodeName": "PartyKickUnableKickUser",
"Text": "",
"Attributes": [],
"Section": "party kick",
"Service": "lobby"
},
{
"Code": "11276",
"CodeName": "PartyKickSuccessKickUser",
"Text": "",
"Attributes": [],
"Section": "party kick",
"Service": "lobby"
},
{
"Code": "11277",
"CodeName": "PartyKickKickOwnSelf",
"Text": "",
"Attributes": [],
"Section": "party kick",
"Service": "lobby"
},
{
"Code": "11281",
"CodeName": "PersonalChatUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "personal chat",
"Service": "lobby"
},
{
"Code": "11282",
"CodeName": "PersonalChatSenderBanned",
"Text": "",
"Attributes": [],
"Section": "personal chat",
"Service": "lobby"
},
{
"Code": "11283",
"CodeName": "PersonalChatReceiverBanned",
"Text": "",
"Attributes": [],
"Section": "personal chat",
"Service": "lobby"
},
{
"Code": "11284",
"CodeName": "PersonalChatReceiverNotFound",
"Text": "",
"Attributes": [],
"Section": "personal chat",
"Service": "lobby"
},
{
"Code": "11285",
"CodeName": "PersonalChatUnableSaveChat",
"Text": "",
"Attributes": [],
"Section": "personal chat",
"Service": "lobby"
},
{
"Code": "11286",
"CodeName": "PersonalChatSuccessSendChat",
"Text": "",
"Attributes": [],
"Section": "personal chat",
"Service": "lobby"
},
{
"Code": "11287",
"CodeName": "PersonalChatUnableGetBlocked",
"Text": "",
"Attributes": [],
"Section": "personal chat",
"Service": "lobby"
},
{
"Code": "11291",
"CodeName": "PartyChatUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "party chat",
"Service": "lobby"
},
{
"Code": "11292",
"CodeName": "PartyChatSenderBanned",
"Text": "",
"Attributes": [],
"Section": "party chat",
"Service": "lobby"
},
{
"Code": "11293",
"CodeName": "PartyChatPartyNotFound",
"Text": "",
"Attributes": [],
"Section": "party chat",
"Service": "lobby"
},
{
"Code": "11294",
"CodeName": "PartyChatUnableSaveChat",
"Text": "",
"Attributes": [],
"Section": "party chat",
"Service": "lobby"
},
{
"Code": "11295",
"CodeName": "PartyChatReceiverBanned",
"Text": "",
"Attributes": [],
"Section": "party chat",
"Service": "lobby"
},
{
"Code": "11296",
"CodeName": "PartyChatReceiverNotFound",
"Text": "",
"Attributes": [],
"Section": "party chat",
"Service": "lobby"
},
{
"Code": "11297",
"CodeName": "PartyChatSuccessSendChat",
"Text": "",
"Attributes": [],
"Section": "party chat",
"Service": "lobby"
},
{
"Code": "11301",
"CodeName": "ListFriendsUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "list friends",
"Service": "lobby"
},
{
"Code": "11303",
"CodeName": "ListFriendsUnableGetOnlineFiends",
"Text": "",
"Attributes": [],
"Section": "list friends",
"Service": "lobby"
},
{
"Code": "11304",
"CodeName": "ListFriendsSuccessGetOnlineFriends",
"Text": "",
"Attributes": [],
"Section": "list friends",
"Service": "lobby"
},
{
"Code": "11305",
"CodeName": "ListFriendsUnableGetAllOnlineUsers",
"Text": "",
"Attributes": [],
"Section": "list friends",
"Service": "lobby"
},
{
"Code": "11311",
"CodeName": "ListNotificationUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "get all notification",
"Service": "lobby"
},
{
"Code": "11312",
"CodeName": "ListNotificationUnableGetUserNotification",
"Text": "",
"Attributes": [],
"Section": "get all notification",
"Service": "lobby"
},
{
"Code": "11313",
"CodeName": "ListNotificationSuccessGetUserNotification",
"Text": "",
"Attributes": [],
"Section": "get all notification",
"Service": "lobby"
},
{
"Code": "11314",
"CodeName": "ListNotificationUnableDeleteUserNotification",
"Text": "",
"Attributes": [],
"Section": "get all notification",
"Service": "lobby"
},
{
"Code": "11321",
"CodeName": "ProccessNotificationUnableUnmarshalPayload",
"Text": "",
"Attributes": [],
"Section": "process notification",
"Service": "lobby"
},
{
"Code": "11322",
"CodeName": "ProccessNotificationUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "process notification",
"Service": "lobby"
},
{
"Code": "11323",
"CodeName": "ProccessNotificationUserNotFound",
"Text": "user not found",
"Attributes": [],
"Section": "process notification",
"Service": "lobby"
},
{
"Code": "11324",
"CodeName": "ProccessNotificationSuccessSend",
"Text": "",
"Attributes": [],
"Section": "process notification",
"Service": "lobby"
},
{
"Code": "11325",
"CodeName": "ProccessNotificationSuccessSendBroadcastNamespace",
"Text": "",
"Attributes": [],
"Section": "process notification",
"Service": "lobby"
},
{
"Code": "11330",
"CodeName": "SetUserStatusSuccessSetStatus",
"Text": "",
"Attributes": [],
"Section": "set user status",
"Service": "lobby"
},
{
"Code": "11331",
"CodeName": "SetUserStatusUnableSetStatus",
"Text": "",
"Attributes": [],
"Section": "set user status",
"Service": "lobby"
},
{
"Code": "11332",
"CodeName": "SetUserStatusUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "set user status",
"Service": "lobby"
},
{
"Code": "11333",
"CodeName": "SetUserStatusUnableGetFriendsList",
"Text": "",
"Attributes": [],
"Section": "set user status",
"Service": "lobby"
},
{
"Code": "11334",
"CodeName": "ResetUserStatusUnableGetFriendsList",
"Text": "",
"Attributes": [],
"Section": "set user status",
"Service": "lobby"
},
{
"Code": "11335",
"CodeName": "ResetUserStatusUnableResetStatus",
"Text": "",
"Attributes": [],
"Section": "set user status",
"Service": "lobby"
},
{
"Code": "11336",
"CodeName": "ResetUserStatusSuccess",
"Text": "",
"Attributes": [],
"Section": "set user status",
"Service": "lobby"
},
{
"Code": "11337",
"CodeName": "ResetUserStatusUnableToGetBlockedUser",
"Text": "",
"Attributes": [],
"Section": "set user status",
"Service": "lobby"
},
{
"Code": "11341",
"CodeName": "ListFriendsPresenceUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "list friends presence",
"Service": "lobby"
},
{
"Code": "11343",
"CodeName": "ListFriendsPresenceUnableGetOnlineFiends",
"Text": "",
"Attributes": [],
"Section": "list friends presence",
"Service": "lobby"
},
{
"Code": "11344",
"CodeName": "ListFriendsPresenceUnableGetFriendsPresence",
"Text": "",
"Attributes": [],
"Section": "list friends presence",
"Service": "lobby"
},
{
"Code": "11345",
"CodeName": "ListFriendsPresenceSuccessGetFriendsPresence",
"Text": "",
"Attributes": [],
"Section": "list friends presence",
"Service": "lobby"
},
{
"Code": "11351",
"CodeName": "NotifyFriendsUnableGetFiends",
"Text": "",
"Attributes": [],
"Section": "notify friends presence",
"Service": "lobby"
},
{
"Code": "11352",
"CodeName": "NotifyFriendsUnableMarshalPayload",
"Text": "",
"Attributes": [],
"Section": "notify friends presence",
"Service": "lobby"
},
{
"Code": "11353",
"CodeName": "NotifyFriendsUnableUnmarshalPayload",
"Text": "",
"Attributes": [],
"Section": "notify friends presence",
"Service": "lobby"
},
{
"Code": "11354",
"CodeName": "NotifyFriendsUserNotFound",
"Text": "",
"Attributes": [],
"Section": "notify friends presence",
"Service": "lobby"
},
{
"Code": "11355",
"CodeName": "NotifyFriendsUnableNotifyFriends",
"Text": "",
"Attributes": [],
"Section": "notify friends presence",
"Service": "lobby"
},
{
"Code": "11360",
"CodeName": "PersonalChatHistoryByUserIDSuccess",
"Text": "",
"Attributes": [],
"Section": "personal chat by history",
"Service": "lobby"
},
{
"Code": "11361",
"CodeName": "PersonalChatHistoryByUserIDUnableToWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "personal chat by history",
"Service": "lobby"
},
{
"Code": "11362",
"CodeName": "PersonalChatHistoryByUserIDUnableGetChatMessage",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "personal chat by history",
"Service": "lobby"
},
{
"Code": "11363",
"CodeName": "PersonalChatHistoryByUserIDInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "personal chat by history",
"Service": "lobby"
},
{
"Code": "11364",
"CodeName": "PersonalChatHistoryByUserIDDataNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "personal chat by history",
"Service": "lobby"
},
{
"Code": "11365",
"CodeName": "PersonalChatHistoryByUserIDUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "personal chat by history",
"Service": "lobby"
},
{
"Code": "11366",
"CodeName": "PersonalChatHistoryByUserIDUnableMarshalPayload",
"Text": "",
"Attributes": [],
"Section": "personal chat by history",
"Service": "lobby"
},
{
"Code": "11370",
"CodeName": "PartyPromoteLeaderSuccess",
"Text": "party member with id {{userID}} promoted to leader of the party {{partyID}}",
"Attributes": [
"userID",
"partyID"
],
"Section": "party promote member as leader",
"Service": "lobby"
},
{
"Code": "11371",
"CodeName": "PartyPromoteLeaderUnableToGetUserRegistry",
"Text": "unable to get user: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "party promote member as leader",
"Service": "lobby"
},
{
"Code": "11372",
"CodeName": "PartyPromoteLeaderUnableToGetPartyInfo",
"Text": "unable to get party: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "party promote member as leader",
"Service": "lobby"
},
{
"Code": "11373",
"CodeName": "PartyPromoteLeaderUserPartyNotFound",
"Text": "party not found",
"Attributes": [],
"Section": "party promote member as leader",
"Service": "lobby"
},
{
"Code": "11374",
"CodeName": "PartyPromoteLeaderUserNotLeader",
"Text": "user need to be a leader to promote another member",
"Attributes": [],
"Section": "party promote member as leader",
"Service": "lobby"
},
{
"Code": "11375",
"CodeName": "PartyPromoteLeaderUnableToPromoteLeader",
"Text": "unable to promote member to leader: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "party promote member as leader",
"Service": "lobby"
},
{
"Code": "11380",
"CodeName": "GeneratePartyCodeSuccess",
"Text": "party leader with id {{userID}} generated code {{code}} for party {{partyID}}",
"Attributes": [
"userID",
"code",
"partyID"
],
"Section": "generate party code",
"Service": "lobby"
},
{
"Code": "11381",
"CodeName": "GeneratePartyCodeUserNotFound",
"Text": "unable to get user: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "generate party code",
"Service": "lobby"
},
{
"Code": "11382",
"CodeName": "GeneratePartyCodeUnableToGetPartyInfo",
"Text": "unable to get party: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "generate party code",
"Service": "lobby"
},
{
"Code": "11383",
"CodeName": "GeneratePartyCodeUserPartyNotFound",
"Text": "party not found",
"Attributes": [],
"Section": "generate party code",
"Service": "lobby"
},
{
"Code": "11384",
"CodeName": "GeneratePartyCodeUserNotLeader",
"Text": "user need to be a leader to generate code",
"Attributes": [],
"Section": "generate party code",
"Service": "lobby"
},
{
"Code": "11385",
"CodeName": "GeneratePartyCodeUnableToGenerateCode",
"Text": "unable to generate code: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "generate party code",
"Service": "lobby"
},
{
"Code": "11390",
"CodeName": "GetPartyCodeSuccess",
"Text": "party {{partyID}} queried party code {{code}}",
"Attributes": [
"partyID",
"code"
],
"Section": "get party code",
"Service": "lobby"
},
{
"Code": "11391",
"CodeName": "GetPartyCodeUserNotFound",
"Text": "unable to get user: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "get party code",
"Service": "lobby"
},
{
"Code": "11392",
"CodeName": "GetPartyCodeUnableToGetPartyInfo",
"Text": "unable to get party: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "get party code",
"Service": "lobby"
},
{
"Code": "11393",
"CodeName": "GetPartyCodeUserPartyNotFound",
"Text": "party not found",
"Attributes": [],
"Section": "get party code",
"Service": "lobby"
},
{
"Code": "11394",
"CodeName": "GetPartyCodeUserNotLeader",
"Text": "user need to be a leader to get code",
"Attributes": [],
"Section": "get party code",
"Service": "lobby"
},
{
"Code": "11395",
"CodeName": "GetPartyCodeUnableToGetCode",
"Text": "unable to get code: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "get party code",
"Service": "lobby"
},
{
"Code": "11400",
"CodeName": "FreeNotificationSuccess",
"Text": "",
"Attributes": [],
"Section": "send free form notification",
"Service": "lobby"
},
{
"Code": "11401",
"CodeName": "FreeNotificationInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send free form notification",
"Service": "lobby"
},
{
"Code": "11402",
"CodeName": "FreeNotificationInvalidQueryParam",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send free form notification",
"Service": "lobby"
},
{
"Code": "11403",
"CodeName": "FreeNotificationUnablePublishNotification",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send free form notification",
"Service": "lobby"
},
{
"Code": "11404",
"CodeName": "FreeNotificationUserNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send free form notification",
"Service": "lobby"
},
{
"Code": "11410",
"CodeName": "GetNotificationsSuccess",
"Text": "",
"Attributes": [],
"Section": "get notifications",
"Service": "lobby"
},
{
"Code": "11411",
"CodeName": "GetNotificationsUserNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get notifications",
"Service": "lobby"
},
{
"Code": "11412",
"CodeName": "GetNotificationsUnableToGetNotifications",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get notifications",
"Service": "lobby"
},
{
"Code": "11413",
"CodeName": "GetNotificationsUnableToWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get notifications",
"Service": "lobby"
},
{
"Code": "11420",
"CodeName": "TemplateNotificationSuccess",
"Text": "",
"Attributes": [],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11421",
"CodeName": "TemplateNotificationInvalidQueryParam",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11422",
"CodeName": "TemplateNotificationInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11423",
"CodeName": "TemplateNotificationUnableLoadTemplate",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11424",
"CodeName": "TemplateNotificationTemplateNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11425",
"CodeName": "TemplateNotificationUnableParseTemplate",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11426",
"CodeName": "TemplateNotificationIncompleteTemplateContext",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11427",
"CodeName": "TemplateNotificationUnableRenderTemplate",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11428",
"CodeName": "TemplateNotificationUserNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11429",
"CodeName": "TemplateNotificationUnablePublishNotification",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "send templated notification",
"Service": "lobby"
},
{
"Code": "11430",
"CodeName": "CreateTemplateSuccess",
"Text": "",
"Attributes": [],
"Section": "create template",
"Service": "lobby"
},
{
"Code": "11431",
"CodeName": "CreateTemplateInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "create template",
"Service": "lobby"
},
{
"Code": "11432",
"CodeName": "CreateTemplateInvalidTemplateInput",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "create template",
"Service": "lobby"
},
{
"Code": "11433",
"CodeName": "CreateTemplateAlreadyExist",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "create template",
"Service": "lobby"
},
{
"Code": "11434",
"CodeName": "CreateTemplateUnableSaveTemplate",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "create template",
"Service": "lobby"
},
{
"Code": "11440",
"CodeName": "PublishTemplateSuccess",
"Text": "",
"Attributes": [],
"Section": "publish template",
"Service": "lobby"
},
{
"Code": "11441",
"CodeName": "PublishTemplateUnableLoadTemplate",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "publish template",
"Service": "lobby"
},
{
"Code": "11442",
"CodeName": "PublishTemplateNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "publish template",
"Service": "lobby"
},
{
"Code": "11443",
"CodeName": "PublishTemplateUnableSaveTemplate",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "publish template",
"Service": "lobby"
},
{
"Code": "11450",
"CodeName": "GetNamespaceTemplateSuccess",
"Text": "",
"Attributes": [],
"Section": "get namespace templates",
"Service": "lobby"
},
{
"Code": "11451",
"CodeName": "GetNamespaceTemplateUnableLoadTemplate",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get namespace templates",
"Service": "lobby"
},
{
"Code": "11452",
"CodeName": "GetNamespaceTemplateNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get namespace templates",
"Service": "lobby"
},
{
"Code": "11453",
"CodeName": "GetNamespaceTemplateUnableWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get namespace templates",
"Service": "lobby"
},
{
"Code": "11460",
"CodeName": "GetSlugTemplateSuccess",
"Text": "",
"Attributes": [],
"Section": "get slug templates",
"Service": "lobby"
},
{
"Code": "11461",
"CodeName": "GetSlugTemplateUnableWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get slug templates",
"Service": "lobby"
},
{
"Code": "11462",
"CodeName": "GetSlugTemplateUnableLoad",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get slug templates",
"Service": "lobby"
},
{
"Code": "11463",
"CodeName": "GetSlugTemplateNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get slug templates",
"Service": "lobby"
},
{
"Code": "11464",
"CodeName": "GetSlugTemplateInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get slug templates",
"Service": "lobby"
},
{
"Code": "11470",
"CodeName": "GetLanguageTemplateSuccess",
"Text": "",
"Attributes": [],
"Section": "get language templates",
"Service": "lobby"
},
{
"Code": "11471",
"CodeName": "GetLanguageTemplateUnableWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get language templates",
"Service": "lobby"
},
{
"Code": "11472",
"CodeName": "GetLanguageTemplateUnableLoadTemplate",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get language templates",
"Service": "lobby"
},
{
"Code": "11473",
"CodeName": "GetLanguageTemplateNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get language templates",
"Service": "lobby"
},
{
"Code": "11480",
"CodeName": "UpdateLanguageTemplateSuccess",
"Text": "",
"Attributes": [],
"Section": "update language templates",
"Service": "lobby"
},
{
"Code": "11481",
"CodeName": "UpdateLanguageTemplateUnableWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update language templates",
"Service": "lobby"
},
{
"Code": "11482",
"CodeName": "UpdateLanguageUnableLoadtemplate",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update language templates",
"Service": "lobby"
},
{
"Code": "11483",
"CodeName": "UpdateLanguageNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update language templates",
"Service": "lobby"
},
{
"Code": "11484",
"CodeName": "UpdateLanguageInvalidTemplateBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update language templates",
"Service": "lobby"
},
{
"Code": "11490",
"CodeName": "DeleteSlugTemplateSuccess",
"Text": "",
"Attributes": [],
"Section": "delete slug templates",
"Service": "lobby"
},
{
"Code": "11491",
"CodeName": "DeleteSlugUnableToDelete",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "delete slug templates",
"Service": "lobby"
},
{
"Code": "11500",
"CodeName": "DeleteLanguageTemplateSuccess",
"Text": "",
"Attributes": [],
"Section": "delete language templates",
"Service": "lobby"
},
{
"Code": "11501",
"CodeName": "DeleteLanguageUnableToDelete",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "delete language templates",
"Service": "lobby"
},
{
"Code": "11505",
"CodeName": "SuccessSendToUsers",
"Text": "",
"Attributes": [],
"Section": "delete language templates",
"Service": "lobby"
},
{
"Code": "11506",
"CodeName": "UnableSendToUsers",
"Text": "",
"Attributes": [],
"Section": "delete language templates",
"Service": "lobby"
},
{
"Code": "11507",
"CodeName": "OtherFeatureBanNotification",
"Text": "user banned from some feature",
"Attributes": [],
"Section": "delete language templates",
"Service": "lobby"
},
{
"Code": "11508",
"CodeName": "OtherFeatureUnbanNotification",
"Text": "user unbanned from some feature",
"Attributes": [],
"Section": "delete language templates",
"Service": "lobby"
},
{
"Code": "11510",
"CodeName": "CreateTopicSuccess",
"Text": "",
"Attributes": [],
"Section": "create topic",
"Service": "lobby"
},
{
"Code": "11511",
"CodeName": "CreateTopicInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "create topic",
"Service": "lobby"
},
{
"Code": "11512",
"CodeName": "CreateTopicAlreadyExist",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "create topic",
"Service": "lobby"
},
{
"Code": "11513",
"CodeName": "CreateTopicUnableSaveTopic",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "create topic",
"Service": "lobby"
},
{
"Code": "11520",
"CodeName": "GetTopicByNamespaceSuccess",
"Text": "",
"Attributes": [],
"Section": "get topic by namespace",
"Service": "lobby"
},
{
"Code": "11521",
"CodeName": "GetTopicByNamespaceInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get topic by namespace",
"Service": "lobby"
},
{
"Code": "11522",
"CodeName": "GetTopicByNamespaceUnableLoadTopic",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get topic by namespace",
"Service": "lobby"
},
{
"Code": "11523",
"CodeName": "GetTopicByNamespaceNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get topic by namespace",
"Service": "lobby"
},
{
"Code": "11524",
"CodeName": "GetTopicByNamespaceUnableWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get topic by namespace",
"Service": "lobby"
},
{
"Code": "11530",
"CodeName": "GetTopicByTopicNameSuccess",
"Text": "",
"Attributes": [],
"Section": "get topic by topic name",
"Service": "lobby"
},
{
"Code": "11531",
"CodeName": "GetTopicByTopicNameInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get topic by topic name",
"Service": "lobby"
},
{
"Code": "11532",
"CodeName": "GetTopicByTopicNameUnableLoadTopic",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get topic by topic name",
"Service": "lobby"
},
{
"Code": "11533",
"CodeName": "GetTopicByTopicNameNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get topic by topic name",
"Service": "lobby"
},
{
"Code": "11534",
"CodeName": "GetTopicByTopicNameUnableWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "get topic by topic name",
"Service": "lobby"
},
{
"Code": "11540",
"CodeName": "UpdateTopicByTopicNameSuccess",
"Text": "",
"Attributes": [],
"Section": "update topic by topic name",
"Service": "lobby"
},
{
"Code": "11541",
"CodeName": "UpdateTopicByTopicNameInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update topic by topic name",
"Service": "lobby"
},
{
"Code": "11542",
"CodeName": "UpdateTopicByTopicNameUnableUpdateTopic",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update topic by topic name",
"Service": "lobby"
},
{
"Code": "11543",
"CodeName": "UpdateTopicByTopicNameNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update topic by topic name",
"Service": "lobby"
},
{
"Code": "11550",
"CodeName": "DeleteTopicByTopicNameSuccess",
"Text": "",
"Attributes": [],
"Section": "update topic by topic name",
"Service": "lobby"
},
{
"Code": "11551",
"CodeName": "DeleteTopicByTopicNameInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update topic by topic name",
"Service": "lobby"
},
{
"Code": "11552",
"CodeName": "DeleteTopicByTopicNameUnableDeleteTopic",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update topic by topic name",
"Service": "lobby"
},
{
"Code": "11553",
"CodeName": "DeleteTopicByTopicNameNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "update topic by topic name",
"Service": "lobby"
},
{
"Code": "11560",
"CodeName": "DeletePartyCodeSuccess",
"Text": "party leader with id {{userID}} removed code for party {{partyID}}",
"Attributes": [
"userID",
"partyID"
],
"Section": "remove party code",
"Service": "lobby"
},
{
"Code": "11561",
"CodeName": "DeletePartyCodeUserNotFound",
"Text": "unable to get user: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "remove party code",
"Service": "lobby"
},
{
"Code": "11562",
"CodeName": "DeletePartyCodeUnableToGetPartyInfo",
"Text": "unable to get party: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "remove party code",
"Service": "lobby"
},
{
"Code": "11563",
"CodeName": "DeletePartyCodeUserPartyNotFound",
"Text": "party not found",
"Attributes": [],
"Section": "remove party code",
"Service": "lobby"
},
{
"Code": "11564",
"CodeName": "DeletePartyCodeUserNotLeader",
"Text": "user need to be a leader to delete code",
"Attributes": [],
"Section": "remove party code",
"Service": "lobby"
},
{
"Code": "11565",
"CodeName": "DeletePartyCodeUnableToDeleteCode",
"Text": "unable to delete code: {{errMessage}}",
"Attributes": [
"errMessage"
],
"Section": "remove party code",
"Service": "lobby"
},
{
"Code": "11600",
"CodeName": "StartMatchmakingSuccess",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11601",
"CodeName": "StartMatchmakingUnableToPush",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11602",
"CodeName": "StartMatchmakingUnableToFindUserRegistry",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11603",
"CodeName": "StartMatchmakingUserNotInParty",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11604",
"CodeName": "StartMatchmakingUnableToFindUserParty",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11605",
"CodeName": "StartMatchmakingNotPartyLeader",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11606",
"CodeName": "StartMatchmakingUnableToStoreMMStatus",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11607",
"CodeName": "StartMatchmakingMemberBanned",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11608",
"CodeName": "StartMatchmakingUnableToQueryEQU8",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11609",
"CodeName": "StartMatchmakingChannelListNotFound",
"Text": "",
"Attributes": [],
"Section": "start matchmaking",
"Service": "lobby"
},
{
"Code": "11610",
"CodeName": "CancelMatchmakingSuccess",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11611",
"CodeName": "CancelMatchmakingUnableToFindUserParty",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11612",
"CodeName": "CancelMatchmakingUnableToGetPartyInfo",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11613",
"CodeName": "CancelMatchmakingNotPartyLeader",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11614",
"CodeName": "CancelMatchmakingUnableToPushCancelRequest",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11615",
"CodeName": "CancelMatchmakingNotInParty",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11616",
"CodeName": "CancelMatchmakingUnableToStoreMMStatus",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11617",
"CodeName": "CancelMatchmakingInvalidTicketID",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11618",
"CodeName": "CancelMatchmakingChannelListNotFound",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11619",
"CodeName": "CancelMatchmakingInvalidChannel",
"Text": "",
"Attributes": [],
"Section": "cancel matchmaking",
"Service": "lobby"
},
{
"Code": "11620",
"CodeName": "MatchmakingSuccess",
"Text": "",
"Attributes": [],
"Section": "listen matchmaking result",
"Service": "lobby"
},
{
"Code": "11623",
"CodeName": "MatchmakingUnableToFindParty",
"Text": "",
"Attributes": [],
"Section": "listen matchmaking result",
"Service": "lobby"
},
{
"Code": "11624",
"CodeName": "MatchmakingPartyNotFound",
"Text": "",
"Attributes": [],
"Section": "listen matchmaking result",
"Service": "lobby"
},
{
"Code": "11626",
"CodeName": "SuccessNotifyCancelledMatchmaking",
"Text": "",
"Attributes": [],
"Section": "listen matchmaking result",
"Service": "lobby"
},
{
"Code": "11627",
"CodeName": "MatchmakingUnablePrepareReadyConsent",
"Text": "",
"Attributes": [],
"Section": "listen matchmaking result",
"Service": "lobby"
},
{
"Code": "11628",
"CodeName": "MatchmakingSuccessPrepareReadyConsent",
"Text": "",
"Attributes": [],
"Section": "listen matchmaking result",
"Service": "lobby"
},
{
"Code": "11629",
"CodeName": "MatchmakingUnableSaveMMResult",
"Text": "",
"Attributes": [],
"Section": "listen matchmaking result",
"Service": "lobby"
},
{
"Code": "11630",
"CodeName": "SetReadyConsentSuccess",
"Text": "",
"Attributes": [],
"Section": "set ready consent",
"Service": "lobby"
},
{
"Code": "11631",
"CodeName": "SetReadyConsentUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "set ready consent",
"Service": "lobby"
},
{
"Code": "11632",
"CodeName": "SetReadyConsentNotFound",
"Text": "",
"Attributes": [],
"Section": "set ready consent",
"Service": "lobby"
},
{
"Code": "11633",
"CodeName": "SetReadyConsentUnableSetReadyConsent",
"Text": "",
"Attributes": [],
"Section": "set ready consent",
"Service": "lobby"
},
{
"Code": "11634",
"CodeName": "SetReadyConsentUnableGetMMResult",
"Text": "",
"Attributes": [],
"Section": "set ready consent",
"Service": "lobby"
},
{
"Code": "11635",
"CodeName": "SetReadyConsentSuccessGetMMResult",
"Text": "",
"Attributes": [],
"Section": "set ready consent",
"Service": "lobby"
},
{
"Code": "11640",
"CodeName": "UserRejectFriendRejectItSelf",
"Text": "user and friendId are equal, userId:{{userID}}, friendId:{{friendID}}",
"Attributes": [
"userID",
"friendID"
],
"Section": "user reject friend request",
"Service": "lobby"
},
{
"Code": "11641",
"CodeName": "UserRejectFriendUnableReject",
"Text": "unable to reject a friend request",
"Attributes": [],
"Section": "user reject friend request",
"Service": "lobby"
},
{
"Code": "11642",
"CodeName": "UserRejectFriendSuccess",
"Text": "successfully reject a friend request",
"Attributes": [],
"Section": "user reject friend request",
"Service": "lobby"
},
{
"Code": "11643",
"CodeName": "UserRejectFriendNoIncoming",
"Text": "no incoming friend request for {{friendID}}",
"Attributes": [
"friendID"
],
"Section": "user reject friend request",
"Service": "lobby"
},
{
"Code": "11650",
"CodeName": "UserUnfriendItSelf",
"Text": "user and friendId are equal, userId:{{userID}}, friendId:{{friendID}}",
"Attributes": [
"userID",
"friendID"
],
"Section": "user unfriend",
"Service": "lobby"
},
{
"Code": "11651",
"CodeName": "UserUnfriendUnableUnfriend",
"Text": "unable to unfriend friendId:{{friendId}}",
"Attributes": [
"friendId"
],
"Section": "user unfriend",
"Service": "lobby"
},
{
"Code": "11652",
"CodeName": "UserUnfriendSuccess",
"Text": "successfully unfriend friendId:{{friendID}}",
"Attributes": [
"friendID"
],
"Section": "user unfriend",
"Service": "lobby"
},
{
"Code": "11653",
"CodeName": "UserUnfriendNotAFriend",
"Text": "can not unfriend, friendId:{{friendID}} is not a friend",
"Attributes": [
"friendID"
],
"Section": "user unfriend",
"Service": "lobby"
},
{
"Code": "11660",
"CodeName": "UserGetFriendshipStatusGetItSelf",
"Text": "user and friendId are equal, userId:{{userID}}, friendId:{{friendID}}",
"Attributes": [
"userID",
"friendID"
],
"Section": "user get friendship status",
"Service": "lobby"
},
{
"Code": "11661",
"CodeName": "UserGetFriendshipStatusUnableGetStatus",
"Text": "unable to get a friendship status for friendId:{{friendId}}",
"Attributes": [
"friendId"
],
"Section": "user get friendship status",
"Service": "lobby"
},
{
"Code": "11662",
"CodeName": "UserGetFriendshipStatusSuccess",
"Text": "successfully get a friendship status",
"Attributes": [],
"Section": "user get friendship status",
"Service": "lobby"
},
{
"Code": "11670",
"CodeName": "StartMatchmakingAlreadyHasTicket",
"Text": "",
"Attributes": [],
"Section": "matchmaking with ticket ID",
"Service": "lobby"
},
{
"Code": "11671",
"CodeName": "StartMatchmakingUnableToStoreTicketID",
"Text": "",
"Attributes": [],
"Section": "matchmaking with ticket ID",
"Service": "lobby"
},
{
"Code": "11680",
"CodeName": "UnableClearPartyMatchmaking",
"Text": "unable to clear party matchmaking status",
"Attributes": [],
"Section": "clear party matchmaking",
"Service": "lobby"
},
{
"Code": "11681",
"CodeName": "ClearPartyMatchmakingSuccess",
"Text": "success clearing party matchmaking status",
"Attributes": [],
"Section": "clear party matchmaking",
"Service": "lobby"
},
{
"Code": "11682",
"CodeName": "ClearPartyMatchmakingUnableGetUserRegistry",
"Text": "unable to clear party matchmaking status, user not found",
"Attributes": [],
"Section": "clear party matchmaking",
"Service": "lobby"
},
{
"Code": "11690",
"CodeName": "SetRejectConsentSuccess",
"Text": "",
"Attributes": [],
"Section": "set reject consent",
"Service": "lobby"
},
{
"Code": "11691",
"CodeName": "SetRejectConsentUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "set reject consent",
"Service": "lobby"
},
{
"Code": "11692",
"CodeName": "SetRejectConsentNotFound",
"Text": "",
"Attributes": [],
"Section": "set reject consent",
"Service": "lobby"
},
{
"Code": "11693",
"CodeName": "SetRejectConsentUnableSetRejectConsent",
"Text": "",
"Attributes": [],
"Section": "set reject consent",
"Service": "lobby"
},
{
"Code": "11700",
"CodeName": "FriendRequestSuccess",
"Text": "",
"Attributes": [],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11701",
"CodeName": "FriendRequestUnableRequestFriends",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11702",
"CodeName": "FriendRequestInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11703",
"CodeName": "FriendRequestConflictFriendship",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11704",
"CodeName": "FriendRequestUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11705",
"CodeName": "FriendRequestFriendRegistryNotFound",
"Text": "",
"Attributes": [],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11706",
"CodeName": "FriendRequestUnableGetFriendRegistry",
"Text": "",
"Attributes": [],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11707",
"CodeName": "FriendRequestNotifSuccess",
"Text": "",
"Attributes": [],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11708",
"CodeName": "FriendRequestFriendNotFoundFromApi",
"Text": "",
"Attributes": [],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11709",
"CodeName": "FriendRequestUnableGetFriendFromApi",
"Text": "",
"Attributes": [],
"Section": "friend request",
"Service": "lobby"
},
{
"Code": "11710",
"CodeName": "ListIncomingFriendsSuccess",
"Text": "",
"Attributes": [],
"Section": "list incoming friends",
"Service": "lobby"
},
{
"Code": "11711",
"CodeName": "ListIncomingFriendsUnableGetListIncoming",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "list incoming friends",
"Service": "lobby"
},
{
"Code": "11712",
"CodeName": "ListIncomingFriendsUnableToWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "list incoming friends",
"Service": "lobby"
},
{
"Code": "11713",
"CodeName": "ListIncomingFriendsUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "list incoming friends",
"Service": "lobby"
},
{
"Code": "11714",
"CodeName": "ListIncomingFriendsDataNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "list incoming friends",
"Service": "lobby"
},
{
"Code": "11715",
"CodeName": "ListIncomingFriendsInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "list incoming friends",
"Service": "lobby"
},
{
"Code": "11720",
"CodeName": "ListOutgoingFriendsSuccess",
"Text": "",
"Attributes": [],
"Section": "list outgoing friends",
"Service": "lobby"
},
{
"Code": "11721",
"CodeName": "ListOutgoingFriendsUnableGetListOutgoing",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "list outgoing friends",
"Service": "lobby"
},
{
"Code": "11722",
"CodeName": "ListOutgoingFriendsUnableToWriteResponse",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "list outgoing friends",
"Service": "lobby"
},
{
"Code": "11723",
"CodeName": "ListOutgoingFriendsUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "list outgoing friends",
"Service": "lobby"
},
{
"Code": "11724",
"CodeName": "ListOutgoingFriendsDataNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "list outgoing friends",
"Service": "lobby"
},
{
"Code": "11725",
"CodeName": "ListOutgoingFriendsInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "list outgoing friends",
"Service": "lobby"
},
{
"Code": "11730",
"CodeName": "AcceptFriendSuccess",
"Text": "",
"Attributes": [],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11731",
"CodeName": "AcceptFriendUnableAcceptFriends",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11731",
"CodeName": "AcceptFriendUnableAcceptFriendsV1",
"Text": "unable to {{action}}: {{reason}}, userID: {{userID}}, details: {{details}}",
"Attributes": [
"action",
"reason",
"userID",
"details"
],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11732",
"CodeName": "AcceptFriendInvalidRequestBody",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11732",
"CodeName": "AcceptFriendInvalidRequestBodyV1",
"Text": "unable to {{action}}: {{reason}}, userID: {{userID}}, details: {{details}}",
"Attributes": [
"action",
"reason",
"userID",
"details"
],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11733",
"CodeName": "AcceptFriendDataNotFound",
"Text": "{{message}}",
"Attributes": [
"message"
],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11734",
"CodeName": "AcceptFriendUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11735",
"CodeName": "AcceptFriendRequestorNotFound",
"Text": "",
"Attributes": [],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11736",
"CodeName": "AcceptFriendUnableGetRequestorRegistry",
"Text": "",
"Attributes": [],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11737",
"CodeName": "AcceptFriendNotifSuccess",
"Text": "",
"Attributes": [],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11738",
"CodeName": "AcceptFriendRequestCountRelationshipFailed",
"Text": "",
"Attributes": [],
"Section": "accept friend",
"Service": "lobby"
},
{
"Code": "11740",
"CodeName": "RejectFriendSuccess",
"Text": "",
"Attributes": [],
"Section": "reject friend",
"Service": "lobby"
},
{
"Code": "11741",
"CodeName": "RejectFriendUnableRejectFriends",
"Text": "",
"Attributes": [],
"Section": "reject friend",
"Service": "lobby"
},
{
"Code": "11742",
"CodeName": "RejectFriendInvalidRequestBody",
"Text": "",
"Attributes": [],
"Section": "reject friend",
"Service": "lobby"
},
{
"Code": "11743",
"CodeName": "RejectFriendDataNotFound",
"Text": "",
"Attributes": [],
"Section": "reject friend",
"Service": "lobby"
},
{
"Code": "11744",
"CodeName": "RejectFriendUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "reject friend",
"Service": "lobby"
},
{
"Code": "11750",
"CodeName": "CancelFriendSuccess",
"Text": "",
"Attributes": [],
"Section": "cancel friend request",
"Service": "lobby"
},
{
"Code": "11751",
"CodeName": "CancelFriendUnableCancelFriends",
"Text": "",
"Attributes": [],
"Section": "cancel friend request",
"Service": "lobby"
},
{
"Code": "11752",
"CodeName": "CancelFriendInvalidRequestBody",
"Text": "",
"Attributes": [],
"Section": "cancel friend request",
"Service": "lobby"
},
{
"Code": "11753",
"CodeName": "CancelFriendDataNotFound",
"Text": "",
"Attributes": [],
"Section": "cancel friend request",
"Service": "lobby"
},
{
"Code": "11754",
"CodeName": "CancelFriendUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "cancel friend request",
"Service": "lobby"
},
{
"Code": "11760",
"CodeName": "UnfriendSuccess",
"Text": "",
"Attributes": [],
"Section": "unfriend",
"Service": "lobby"
},
{
"Code": "11761",
"CodeName": "UnfriendUnableUnfriend",
"Text": "",
"Attributes": [],
"Section": "unfriend",
"Service": "lobby"
},
{
"Code": "11762",
"CodeName": "UnfriendInvalidRequestBody",
"Text": "",
"Attributes": [],
"Section": "unfriend",
"Service": "lobby"
},
{
"Code": "11763",
"CodeName": "UnfriendDataNotFound",
"Text": "",
"Attributes": [],
"Section": "unfriend",
"Service": "lobby"
},
{
"Code": "11764",
"CodeName": "UnfriendUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "unfriend",
"Service": "lobby"
},
{
"Code": "11765",
"CodeName": "UnfriendUnableGetTargetRegistry",
"Text": "",
"Attributes": [],
"Section": "unfriend",
"Service": "lobby"
},
{
"Code": "11766",
"CodeName": "UnfriendNotifSuccess",
"Text": "",
"Attributes": [],
"Section": "unfriend",
"Service": "lobby"
},
{
"Code": "11767",
"CodeName": "UnfriendRequestCountRelationshipFailed",
"Text": "",
"Attributes": [],
"Section": "unfriend",
"Service": "lobby"
},
{
"Code": "11770",
"CodeName": "ListOfFriendsSuccess",
"Text": "",
"Attributes": [],
"Section": "list of friends",
"Service": "lobby"
},
{
"Code": "11771",
"CodeName": "ListOfFriendsUnableGetListOfFriends",
"Text": "",
"Attributes": [],
"Section": "list of friends",
"Service": "lobby"
},
{
"Code": "11773",
"CodeName": "ListOfFriendsUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "list of friends",
"Service": "lobby"
},
{
"Code": "11780",
"CodeName": "GetFriendshipStatusSuccess",
"Text": "",
"Attributes": [],
"Section": "get friendship status",
"Service": "lobby"
},
{
"Code": "11781",
"CodeName": "GetFriendshipStatusUnableGetFriendshipStatus",
"Text": "",
"Attributes": [],
"Section": "get friendship status",
"Service": "lobby"
},
{
"Code": "11783",
"CodeName": "GetFriendshipStatusUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "get friendship status",
"Service": "lobby"
},
{
"Code": "11784",
"CodeName": "GetFriendshipStatusInvalidRequestBody",
"Text": "",
"Attributes": [],
"Section": "get friendship status",
"Service": "lobby"
},
{
"Code": "11790",
"CodeName": "GetFriendsFriendsSuccess",
"Text": "",
"Attributes": [],
"Section": "get friends",
"Service": "lobby"
},
{
"Code": "11791",
"CodeName": "GetFriendsInvalidRequestBody",
"Text": "",
"Attributes": [],
"Section": "get friends",
"Service": "lobby"
},
{
"Code": "11792",
"CodeName": "GetFriendsDataNotFound",
"Text": "",
"Attributes": [],
"Section": "get friends",
"Service": "lobby"
},
{
"Code": "11793",
"CodeName": "GetFriendsUnableGetListOfFriends",
"Text": "",
"Attributes": [],
"Section": "get friends",
"Service": "lobby"
},
{
"Code": "11794",
"CodeName": "GetFriendsUnableToWriteResponse",
"Text": "",
"Attributes": [],
"Section": "get friends",
"Service": "lobby"
},
{
"Code": "11810",
"CodeName": "BlockPlayerSuccess",
"Text": "",
"Attributes": [],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11811",
"CodeName": "PlayerBlockRequestInvalidRequestBody",
"Text": "",
"Attributes": [],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11812",
"CodeName": "PlayerBlockRequestUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11813",
"CodeName": "PlayerBlockRequestUnableBlockPlayer",
"Text": "unable to block player. BlockerUserID: {{blockerUserID}}, BlockedUserID: {{blockedUserID}}",
"Attributes": [
"blockerUserID",
"blockedUserID"
],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11814",
"CodeName": "PlayerUnblockRequestInvalidRequestBody",
"Text": "",
"Attributes": [],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11815",
"CodeName": "PlayerUnblockRequestUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11816",
"CodeName": "PlayerUnblockRequestUnableBlockPlayer",
"Text": "",
"Attributes": [],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11817",
"CodeName": "PlayerBlocked",
"Text": "",
"Attributes": [],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11818",
"CodeName": "PlayerBlockedUnableGet",
"Text": "",
"Attributes": [],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11819",
"CodeName": "PlayerGetBlocedUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "players",
"Service": "lobby"
},
{
"Code": "11820",
"CodeName": "JoinDefaultChannelSuccess",
"Text": "",
"Attributes": [],
"Section": "join default channel",
"Service": "lobby"
},
{
"Code": "11821",
"CodeName": "JoinDefaultChannelErrGetDefaultChannel",
"Text": "",
"Attributes": [],
"Section": "join default channel",
"Service": "lobby"
},
{
"Code": "11822",
"CodeName": "JoinDefaultChannelErrCreateChannels",
"Text": "",
"Attributes": [],
"Section": "join default channel",
"Service": "lobby"
},
{
"Code": "11823",
"CodeName": "JoinDefaultChannelErrEmptyChannels",
"Text": "",
"Attributes": [],
"Section": "join default channel",
"Service": "lobby"
},
{
"Code": "11824",
"CodeName": "JoinDefaultChannelErrAddUserToChannel",
"Text": "",
"Attributes": [],
"Section": "join default channel",
"Service": "lobby"
},
{
"Code": "11825",
"CodeName": "JoinDefaultChannelErrGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "join default channel",
"Service": "lobby"
},
{
"Code": "11830",
"CodeName": "ExitAllChannelSuccess",
"Text": "",
"Attributes": [],
"Section": "exit channel",
"Service": "lobby"
},
{
"Code": "11831",
"CodeName": "ExitAllChannelErrGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "exit channel",
"Service": "lobby"
},
{
"Code": "11832",
"CodeName": "ExitAllChannelErrGetChannels",
"Text": "",
"Attributes": [],
"Section": "exit channel",
"Service": "lobby"
},
{
"Code": "11833",
"CodeName": "ExitAllChannelErrRemoveUser",
"Text": "",
"Attributes": [],
"Section": "exit channel",
"Service": "lobby"
},
{
"Code": "11840",
"CodeName": "SendChatChannelSuccess",
"Text": "",
"Attributes": [],
"Section": "exit channel",
"Service": "lobby"
},
{
"Code": "11841",
"CodeName": "SendChatChannelError",
"Text": "",
"Attributes": [],
"Section": "exit channel",
"Service": "lobby"
},
{
"Code": "11842",
"CodeName": "SendChatUnableGetUserRegistry",
"Text": "",
"Attributes": [],
"Section": "exit channel",
"Service": "lobby"
},
{
"Code": "11843",
"CodeName": "SendChatChannelToChannel",
"Text": "",
"Attributes": [