Difference between revisions of "CancelLiveAuctionResponseMessage"
From SWGANH Wiki
(→Variable Descriptions) |
(→Variable Descriptions) |
||
(One intermediate revision by the same user not shown) | |||
Line 33: | Line 33: | ||
ErrorCode: | ErrorCode: | ||
+ | |||
An integer used to reprsent an error if an error occured, 0 if okay. | An integer used to reprsent an error if an error occured, 0 if okay. | ||
+ | |||
CODES: | CODES: | ||
− | 0 - The Auction was successfully | + | |
+ | 0 - The Auction was successfully canceled | ||
+ | |||
1 - You are not allowed to cancel that auction. | 1 - You are not allowed to cancel that auction. | ||
+ | |||
2 - You can't cancel that item because it is invalid. | 2 - You can't cancel that item because it is invalid. | ||
+ | |||
3 - BLANK | 3 - BLANK | ||
+ | |||
8 - You must be the owner of an item to cancel the sale. | 8 - You must be the owner of an item to cancel the sale. | ||
+ | |||
15 - That auction has already been completed. It is too late to cancel. | 15 - That auction has already been completed. It is too late to cancel. | ||
+ | |||
---- | ---- |
Latest revision as of 14:07, 26 April 2009
This article or section needs additional data. Please add a sample packet! |
Server Packet - CancelLiveAuctionResponseMessage (7DA2246C)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 4 Opcode = 7DA2246C Errorcode is either 0 for no error or != 0 for an error this then displays an error message depending on the value of errorcode ErrorCode: An integer used to reprsent an error if an error occured, 0 if okay. CODES: 0 - The Auction was successfully canceled 1 - You are not allowed to cancel that auction. 2 - You can't cancel that item because it is invalid. 3 - BLANK 8 - You must be the owner of an item to cancel the sale. 15 - That auction has already been completed. It is too late to cancel.
|
Tags
|
Sample Packet
Insert Sample Packet Here...