Error codes
Since, for the most part, we are simply executing from our wallet what you provide us in the input data
field, we ask that you please follow the instructions provided for troubleshooting. If your issue relates to contract execution, please try to execute the transaction with the input data
you pass to us from your own wallet and check for any issues.
Error code | Description | Meaning | How to resolve |
---|---|---|---|
8001 | BlockchainExecutionReverted | Execution reverted error from the node. It means that this input data can't be executed or the item has already been purchased. | Check input data: all methods and variables are correct, but this data cannot be executed. |
8002 | BlockchainInvalidInputData | Input data was incorrect even before it was sent to the node (input variables/method name/etc do not match). | Check input data; either variables or methods contain an error. |
8003 | BlockchainTransactionInjectionErr | Node error. See the node response in the description. | See the error description from the node. Most likely ’invalid method name’. |
9001 | PartnerDoesNotExist | There is no such partner ID in Wert’s database. | Check partner_id . |
9002 | PartnerKeyIsInvalid | Incorrect key_id | Сheck key_id . |
9003 | PartnerInvalidSignature | The signature is incorrect (E.g. incorrect data in the signature). | Check the signature. |
9004 | PartnerDataNotVerifiedBySignature | The signature doesn't correspond to the input data (the signature may be correct but the wrong thing was signed). | Check the signature, refer to this page . |
9005 | PartnerUnverifiedContract | Smart contract not verified on Etherscan/Polyscan or in Wert’s database. | Verify the contract on Etherscan/Polyscan. If you can’t verify the smart contract on Etherscan/Polyscan please refer to this instruction . |
9006 | PartnerDisabledSC | Smart Contracts are disabled for this partner ID. | Interaction with smart contracts is disabled for this Partner ID, if you need to interact with smart contracts please contact Wert.io partner support. |
9007 | PartnerSCIDExist | This sc_id already exists in our database. | Provide a new sc_id for this request. |
1301 | CommodityDisabled | Commodity is disabled. | Сheck commodity . |
1302 | CommodityUnknown | Commodity doesn’t exist. | Сheck commodity , network and origin . |
1013 | commodity_amount: amount is zero | Commodity amount cannot be zero. | Change your commodity_amount ; minimum amount is about $1.50 on sandbox and $5 on prod. |
Updated 24 days ago