PartyResult
Client Version 1.12
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/social/smsg_party_command_result.wowm:1.
enum PartyResult : u8 {
    SUCCESS = 0;
    BAD_PLAYER_NAME = 1;
    TARGET_NOT_IN_GROUP = 2;
    GROUP_FULL = 3;
    ALREADY_IN_GROUP = 4;
    NOT_IN_GROUP = 5;
    NOT_LEADER = 6;
    PLAYER_WRONG_FACTION = 7;
    IGNORING_YOU = 8;
}
Type
The basic type is u8, a 1 byte (8 bit) integer.
Enumerators
| Enumerator | Value | Comment | 
|---|---|---|
| SUCCESS | 0 (0x00) | |
| BAD_PLAYER_NAME | 1 (0x01) | |
| TARGET_NOT_IN_GROUP | 2 (0x02) | |
| GROUP_FULL | 3 (0x03) | |
| ALREADY_IN_GROUP | 4 (0x04) | |
| NOT_IN_GROUP | 5 (0x05) | |
| NOT_LEADER | 6 (0x06) | |
| PLAYER_WRONG_FACTION | 7 (0x07) | |
| IGNORING_YOU | 8 (0x08) | 
Used in:
Client Version 2.4.3, Client Version 3
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/social/smsg_party_command_result.wowm:15.
enum PartyResult : u8 {
    SUCCESS = 0;
    BAD_PLAYER_NAME = 1;
    TARGET_NOT_IN_GROUP = 2;
    TARGET_NOT_IN_INSTANCE = 3;
    GROUP_FULL = 4;
    ALREADY_IN_GROUP = 5;
    NOT_IN_GROUP = 6;
    NOT_LEADER = 7;
    PLAYER_WRONG_FACTION = 8;
    IGNORING_YOU = 9;
    LFG_PENDING = 12;
    INVITE_RESTRICTED = 13;
}
Type
The basic type is u8, a 1 byte (8 bit) integer.
Enumerators
| Enumerator | Value | Comment | 
|---|---|---|
| SUCCESS | 0 (0x00) | |
| BAD_PLAYER_NAME | 1 (0x01) | |
| TARGET_NOT_IN_GROUP | 2 (0x02) | |
| TARGET_NOT_IN_INSTANCE | 3 (0x03) | |
| GROUP_FULL | 4 (0x04) | |
| ALREADY_IN_GROUP | 5 (0x05) | |
| NOT_IN_GROUP | 6 (0x06) | |
| NOT_LEADER | 7 (0x07) | |
| PLAYER_WRONG_FACTION | 8 (0x08) | |
| IGNORING_YOU | 9 (0x09) | |
| LFG_PENDING | 12 (0x0C) | |
| INVITE_RESTRICTED | 13 (0x0D) | 
Used in: