csharp
public enum AuctionRefusalWhy an auction operation was refused.
Fields and properties (10)
NoneIt was not.
NotFoundThere is no such listing.
ClosedIt is over.
MalformedThe numbers do not make a listing.
OwnListingA seller may not bid on their own listing.
TooLowThe bid is not above the standing one.
NoBuyoutIt has no buyout.
HasBidsSomebody has bid, so it may not be withdrawn.
InsufficientThey cannot pay.
RefusedThe ledger refused it.
Used by (2)
- AuctionHouseVixen.Gameplay.Economy
- AuctionTestsVixen.Gameplay.Economy.Tests