csharp
public enum TradeRefusalWhy a trade operation was refused.
Fields and properties (9)
NoneIt was not.
NotAPartyThey are not in this trade.
NotOpenIt is not open any more.
StaleThe confirmation quoted a revision that is no longer the current one.
NotConfirmedBoth sides have not confirmed.
BadOfferAn offer is not a positive number of something.
InsufficientOne of them does not hold what they are offering.
SeveredOne of them has blocked the other.
RefusedThe ledger refused the swap.
Used by (2)
- TradeSessionVixen.Gameplay.Economy
- TradeTestsVixen.Gameplay.Economy.Tests