A list of all the possible order ERROR_CODE_STRING
that you can encounter when creating an order.
Error schema:
{
"success": false,
"data": null,
"message": "Invalid order payload (ERROR_CODE_STRING)."
}
NONCE_EXECUTED_OR_CANCELLED
Cause | Solution |
---|---|
The | Retrieve the correct nonce from the get order nonce API endpoint. |
NONCE_BELOW_MIN_ORDER_NONCE
Cause | Solution |
---|---|
The | Retrieve the correct nonce from the get order nonce API endpoint. |
ORDER_AMOUNT_CANNOT_BE_ZERO
Cause | Solution |
---|---|
The | For ERC-721 collections, set the amount to 1. |
MAKER_SIGNER_IS_NULL_SIGNER
Cause | Solution |
---|---|
The | Change the signer address to a valid one. |
INVALID_S_PARAMETER_EOA
Cause | Solution |
---|---|
The signature is invalid. More precisely, the | Ensure the signature is a valid EIP-712 signature. |
INVALID_V_PARAMETER_EOA
Cause | Solution |
---|---|
The signature is invalid. More precisely, the | Ensure the signature is a valid EIP-712 signature. |
NULL_SIGNER_EOA
Cause | Solution |
---|---|
The | Use a different address. |
WRONG_SIGNER_EOA
Cause | Solution |
---|---|
The | Ensure the signer address set in the MakerOrder is correct, you are signing the MakerOrder from the correct account, and the signature is a valid EIP-712 signature. |
SIGNATURE_INVALID_EIP1271
MISSING_IS_VALID_SIGNATURE_FUNCTION_EIP1271
Cause | Solution |
---|---|
The | Ensure the signer address set in the MakerOrder is correct and implements the EIP-1271 Standard Signature Validation Method for Contracts |
CURRENCY_NOT_WHITELISTED
Cause | Solution |
---|---|
The | The only whitelisted currency is WETH. You can find the address in the LooksRare SDK - Addresses. |
STRATEGY_NOT_WHITELISTED
Cause | Solution |
---|---|
The | The only whitelisted strategies are |
MIN_NET_RATIO_ABOVE_PROTOCOL_FEE
Cause | Solution |
---|---|
The | Reduce the |
MIN_NET_RATIO_ABOVE_ROYALTY_FEE_REGISTRY_AND_PROTOCOL_FEE
Cause | Solution |
---|---|
The | Reduce the |
MIN_NET_RATIO_ABOVE_ROYALTY_FEE_ERC2981_AND_PROTOCOL_FEE
Cause | Solution |
---|---|
The | Reduce the |
MISSING_ROYALTY_INFO_FUNCTION_ERC2981
Cause | Solution |
---|---|
An issue occurred when calling the | Get in touch with us in our Developers Discord for further support. |
NO_TRANSFER_MANAGER_AVAILABLE_FOR_COLLECTION
Cause | Solution |
---|---|
The collection is not supported. | Get in touch with us in our Developers Discord for further support. |
CUSTOM_TRANSFER_MANAGER
Cause | Solution |
---|---|
The collection is not supported. | Get in touch with us in our Developers Discord for further support. |
ERC20_BALANCE_INFERIOR_TO_PRICE
Cause | Solution |
---|---|
Your ERC-20 balance (WETH) is too low to cover the | Swap more ETH to WETH to cover the price you set in the MakerOrder object. |
ERC20_APPROVAL_INFERIOR_TO_PRICE
Cause | Solution |
---|---|
The allowance you set for the LooksRare Exchange contract is lower than the | Increase the allowance by calling the |
ERC721_TOKEN_ID_DOES_NOT_EXIST
Cause | Solution |
---|---|
The | Ensure the collection address and tokenId values are correct. |
ERC721_TOKEN_ID_NOT_IN_BALANCE
Cause | Solution |
---|---|
You don't own the | Ensure the collection address and tokenId values are correct. |
ERC721_NO_APPROVAL_FOR_ALL_OR_TOKEN_ID
Cause | Solution |
---|---|
The | Call either |
ERC1155_BALANCE_OF_DOES_NOT_EXIST
Cause | Solution |
---|---|
An issue occurred when calling the | Get in touch with us in our Developers Discord for further support. |
ERC1155_BALANCE_OF_TOKEN_ID_INFERIOR_TO_AMOUNT
Cause | Solution |
---|---|
Your balance does not cover the | Ensure the collection address, tokenId and amount set in the MakerOrder are correct. |
ERC1155_IS_APPROVED_FOR_ALL_DOES_NOT_EXIST
Cause | Solution |
---|---|
An issue occurred when calling the | Get in touch with us in our Developers Discord for further support. |
ERC1155_NO_APPROVAL_FOR_ALL
Cause | Solution |
---|---|
The | Call the |