Approval request has been declined | 1001 | A generic error for representing all types of failures for contract approval requests |
NFT could not be wrapped | 1002 | wrapNFT contract call has failed |
Lending could not be performed | 1003 | setRentalTerms contract call has failed |
Renting could not be performed | 1004 | acceptRentalTerms contract call has failed |
Lending could not be canceled | 1005 | cancelRentalTerms contract call has failed |
No NFT contract is provided for the given standard | 1006 | NFT contract address for the given standard is missing in the SDK init call |
No rentable asset found for the given token ID | 1007 | NFT with the given token ID hasn't been listed yet for rental |
Given NFT is not wrapped | 1008 | NFT to be unwrapped hasn't been wrapped |
NFT could not be unwrapped | 1009 | wrap contract call has failed |
NFT contract doesn't support reward sharing | 1010 | NFT contract provided in the SDK init call does not implement PlayRewardShare interface |
Payment could not be performed | 1011 | payPlayRewards contract call has failed |
Reward share information could not be fetched | 1012 | getPlayRewardShares contract call has failed |
NFT purchase could not be performed | 1013 | buy contract call has failed |