@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
41 lines (39 loc) • 1.23 kB
text/typescript
declare const errorMsg: {
'429': string;
'-32521': string;
'-32500': string;
'-32501': string;
'-32502': string;
'-32503': string;
'-32504': string;
'-32505': string;
'-32506': string;
'-32507': string;
'1': string;
'400': string;
'404': string;
'-429': string;
'500': string;
};
declare const entryPointErrorMsg: {
'AA10 sender already constructed': string;
'AA13 initCode failed or OOG': string;
'AA14 initCode must return sender': string;
'AA15 initCode must create sender': string;
'AA20 account not deployed': string;
"AA21 didn't pay prefund": string;
'AA22 expired or not due': string;
'AA23 reverted (or OOG)': string;
'AA24 signature error': string;
'AA25 invalid account nonce': string;
'AA30 paymaster not deployed': string;
'AA31 paymaster deposit too low': string;
'AA32 paymaster expired or not due': string;
'AA33 reverted (or OOG)': string;
'AA34 signature error': string;
'AA40 over verificationGasLimit': string;
'AA41 too little verificationGas': string;
'AA50 postOp reverted': string;
'AA51 prefund below actualGasCost': string;
};
export { entryPointErrorMsg, errorMsg };