Vixen
c7401864
csharp
public enum AuctionRefusal

Why an auction operation was refused.

Read the guide page for this →

Fields and properties (10)

  • None

    It was not.

  • NotFound

    There is no such listing.

  • Closed

    It is over.

  • Malformed

    The numbers do not make a listing.

  • OwnListing

    A seller may not bid on their own listing.

  • TooLow

    The bid is not above the standing one.

  • NoBuyout

    It has no buyout.

  • HasBids

    Somebody has bid, so it may not be withdrawn.

  • Insufficient

    They cannot pay.

  • Refused

    The ledger refused it.

Used by (2)

  • AuctionHouseVixen.Gameplay.Economy
  • AuctionTestsVixen.Gameplay.Economy.Tests