Keep in mind that while using the Web-Library, one can receive errors described in API Errors on top of the one listed here. The errors described here are thrown from the Web-Library and not from LimePay's API.
Error Name | Code | Message | Description | Occurence |
|
| {propertyName} is not an object | General validation of objects that are passed to the library | - |
|
| {propertyName} is not a string | General validation of strings that are passed to the library | - |
|
| {propertyName} is not a boolean | General validation of booleans that are passed to the library | - |
|
| {propertyName}is not defined | General validation of parameter that is required | - |
|
| Provided wallet is not instance of ethers.Wallet | When you are signing transactions with decrypted wallet and the wallet is not an instance of | Signing transactions with |
Error Name | Code | Message | Description | Occurence |
|
| Invalid LimePay token | When the provided lime token for loading payments is not valid | Loading payments |
|
| No token provided | When no token is provided but it is required | Creating, Changing and Getting Wallet for a Shopper |
Error Name | Code | Message | Description | Occurence |
|
| "No transactions provided!" | When you are trying to sign transactions, but haven't provided them | Signing transactions with |
|
| The provided signed transactions are not an array | When you are trying to sign transactions, but haven't array of transactions | Signing transactions with |
|
| Invalid function name. {functionName} cannot be found in the provided ABI | When you are trying to sign transactions, but the | Signing transactions with |
|
| It should have at least one signed transaction. | When you are trying to sign transactions, but you have provided an empty array | Signing transactions with |
|
| Transaction has been provided with invalid format. TX: {transaction} | When you are trying to sign transactions, but you have provided transaction with invalid properties | Signing transactions with |
Error Name | Code | Message | Description | Occurence |
|
| No mnemonic provided | When you don't provide a mnemonic when you are changing the password of a encrypted wallet | Changing password of the Wallet for a Shopper |
|
| No password provided | When you don't provide new password when you are changing the password of a encrypted wallet | Changing password of the Wallet for a Shopper |