Error Message Directory

Login errors:

  • “LoginPayload not exist in context” The login has expired

  • “Authentication failed. Signature not valid” Account address $evmAddress" Signature failed

General errors:

  • “ORDER_EXIST" Order does exist

  • “ORDER_NOT_EXIST” Order does not exist

  • “ORDER_COLLECTION_NOT_EXIST” Collection does not exist

  • “ORDER_NO_NFT_APPROVAL” No NFT approval

  • “ORDER_NO_CURRENCY_APPROVAL” No currency approval

  • “ORDER_INSUFFICIENT_BALANCE” Insufficient balance

  • “ORDER_INVALID_MIN_PERCENTAGE_TO_ASK” Invalid royalty fee

  • “ORDER_INVALID_OWNER” Invalid owner

  • “ORDER_INVALID_NONCE” Invalid nonce

  • “ORDER_LOWER_ASK_EXIST” Lower listing price exists

  • “ORDER_HIGHER_BID_EXIST” Higher offer bid exists

Collection offer errors:

  • “ORDER_COLLECTION_OFFER_EXIST” Existing collection offer found by same signer

  • “ORDER_COLLECTION_OFFER_TOTAL_SUPPLY_LIMIT” Collection offer made should have a limit of total supply below $limit

  • “ORDER_COLLECTION_OFFER_DISABLED” Collection offer is disabled for this collection

  • “ORDER_HIGHER_COLLECTION_OFFER_EXIST” Higher collection offer exists

Last updated