AuctionHouseErrors

Git Source

Errors for the Auction House

Errors

PercentageTooLarge

error PercentageTooLarge();

CallerNotTokenOwner

error CallerNotTokenOwner();

AuctionHouseNotApproved

error AuctionHouseNotApproved();

PayoutToZeroAddress

error PayoutToZeroAddress();

NftNotOwnedBySeller

error NftNotOwnedBySeller();

NftNotTransferred

error NftNotTransferred();

AuctionNotConfigured

error AuctionNotConfigured();

AuctionNotStarted

error AuctionNotStarted();

AuctionStarted

error AuctionStarted();

AuctionNotOpen

error AuctionNotOpen();

BidTooLow

error BidTooLow();

AuctionEnded

error AuctionEnded();

AuctionNotEnded

error AuctionNotEnded();

InsufficientMsgValue

error InsufficientMsgValue();

SaleNotConfigured

error SaleNotConfigured();

SaleNotOpen

error SaleNotOpen();