AuctionCommandResult

Client Version 1.12, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/auction/smsg/smsg_auction_command_result.wowm:12.

enum AuctionCommandResult : u32 { OK = 0; ERR_INVENTORY = 1; ERR_DATABASE = 2; ERR_NOT_ENOUGH_MONEY = 3; ERR_ITEM_NOT_FOUND = 4; ERR_HIGHER_BID = 5; ERR_BID_INCREMENT = 7; ERR_BID_OWN = 10; ERR_RESTRICTED_ACCOUNT = 13; }

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
OK0 (0x00)depends on enum AuctionAction
ERR_INVENTORY1 (0x01)depends on enum InventoryChangeResult
ERR_DATABASE2 (0x02)ERR_AUCTION_DATABASE_ERROR (default)
ERR_NOT_ENOUGH_MONEY3 (0x03)ERR_NOT_ENOUGH_MONEY
ERR_ITEM_NOT_FOUND4 (0x04)ERR_ITEM_NOT_FOUND
ERR_HIGHER_BID5 (0x05)ERR_AUCTION_HIGHER_BID
ERR_BID_INCREMENT7 (0x07)ERR_AUCTION_BID_INCREMENT
ERR_BID_OWN10 (0x0A)ERR_AUCTION_BID_OWN
ERR_RESTRICTED_ACCOUNT13 (0x0D)ERR_RESTRICTED_ACCOUNT

Used in: