|
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
error, info, showError = C_Club.GetLastTicketResponse(ticket)
Arguments[]
- ticket
- string
Returns[]
- error
- Enum.ClubErrorType
- info
- structure - ClubInfo (nilable)
- showError
- boolean
Enum.ClubErrorType
Value |
Field |
Description
|
0 |
ErrorCommunitiesNone |
|
1 |
ErrorCommunitiesUnknown |
|
2 |
ErrorCommunitiesNeutralFaction |
|
3 |
ErrorCommunitiesUnknownRealm |
|
4 |
ErrorCommunitiesBadTarget |
|
5 |
ErrorCommunitiesWrongFaction |
|
6 |
ErrorCommunitiesRestricted |
|
7 |
ErrorCommunitiesIgnored |
|
8 |
ErrorCommunitiesGuild |
|
9 |
ErrorCommunitiesWrongRegion |
|
10 |
ErrorCommunitiesUnknownTicket |
|
11 |
ErrorCommunitiesMissingShortName |
|
12 |
ErrorCommunitiesProfanity |
|
13 |
ErrorCommunitiesTrial |
|
14 |
ErrorCommunitiesVeteranTrial |
|
15 |
ErrorCommunitiesChatMute |
|
16 |
ErrorClubFull |
|
17 |
ErrorClubNoClub |
|
18 |
ErrorClubNotMember |
|
19 |
ErrorClubAlreadyMember |
|
20 |
ErrorClubNoSuchMember |
|
21 |
ErrorClubNoSuchInvitation |
|
22 |
ErrorClubInvitationAlreadyExists |
|
23 |
ErrorClubInvalidRoleID |
|
24 |
ErrorClubInsufficientPrivileges |
|
25 |
ErrorClubTooManyClubsJoined |
|
26 |
ErrorClubVoiceFull |
|
27 |
ErrorClubStreamNoStream |
|
28 |
ErrorClubStreamInvalidName |
|
29 |
ErrorClubStreamCountAtMin |
|
30 |
ErrorClubStreamCountAtMax |
|
31 |
ErrorClubMemberHasRequiredRole |
|
32 |
ErrorClubSentInvitationCountAtMax |
|
33 |
ErrorClubReceivedInvitationCountAtMax |
|
34 |
ErrorClubTargetIsBanned |
|
35 |
ErrorClubBanAlreadyExists |
|
36 |
ErrorClubBanCountAtMax |
|
37 |
ErrorClubTicketCountAtMax |
|
38 |
ErrorClubTicketNoSuchTicket |
|
39 |
ErrorClubTicketHasConsumedAllowedRedeemCount |
|
40 |
ErrorClubDoesntAllowCrossFaction |
Added in 9.2.5
|
41 |
ErrorClubEditHasCrossFactionMembers |
Added in 9.2.5
|
ClubInfo
Field |
Type |
Description
|
clubId |
string |
|
name |
string |
|
shortName |
string? |
|
description |
string |
|
broadcast |
string |
|
clubType |
Enum.ClubType |
|
avatarId |
number |
|
memberCount |
number? |
|
favoriteTimeStamp |
number? |
|
joinTime |
number? |
UNIX timestamp measured in microsecond precision.
|
socialQueueingEnabled |
boolean? |
|
crossFaction |
boolean? |
Added in 9.2.5
|
|
Enum.ClubType
Value |
Field |
Description
|
0 |
BattleNet |
|
1 |
Character |
|
2 |
Guild |
|
3 |
Other |
|
|
Patch changes[]
Patch 8.1.0 (2018-12-11): Added.