You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sdk/errorHandler/constants.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
exportconsterrorMsg={
2
2
'429': 'Rate limit exceeded for the given bundler api key. Please contact bundler team for increasing bandwidth.',// Rate limit quota execeeded
3
-
'-32521': 'Check for balance in your Smart wallet',// execution reverted
4
-
'-32500': `Please make sure you have enough funds for wallet creation.`,// transaction rejected by entryPoint's simulateValidation, during wallet creation or validation
3
+
'-32521': 'UserOp failed. Please contact wallet provider for further details',// execution reverted
4
+
'-32500': `Please make sure you have enough funds for wallet creation. If problem still persists please contact wallet provider`,// transaction rejected by entryPoint's simulateValidation, during wallet creation or validation
5
5
'-32501': `Check paymaster data`,// transaction rejected by paymaster's validatePaymasterUserOp
6
6
'-32502': 'If using skandha bundler or the default one, please report this issue on https://github.com/etherspot/skandha/issues or ticket on https://discord.etherspot.io',//transaction rejected because of opcode validation
7
7
'-32503': 'validUntil and validAfter cannot be past timestamps',// UserOperation out of time-range
0 commit comments