Skip to content

Commit

Permalink
Update errors.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler authored May 17, 2024
1 parent fd01120 commit b2a1f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "SessionFunctionSelectorNotApprovedError",
"regex": "ABISV Selector Forbidden",
"description": "The session you are using has not whitelisted a matching function selector to one in your tx",
"causes": ["You are using an invalid or incorrect session", "You have misspelled the functionSelector that your user has whitelisted", "You have misspelled the functionSelector in your tx"],
"solutions": ["Request and use a different session from the user"]
"causes": ["You have incorrectly retrieved the merkletree leaf from your sessionStorageClient", "You are using an invalid or incorrect session", "You have misspelled the functionSelector that your user has whitelisted", "You have misspelled the functionSelector in your tx"],
"solutions": ["Pass the correct sessionID into the params as the userOp gets built", "Request and use a different session from the user"]
},
{
"name": "SessionNotApprovedError",
Expand Down

0 comments on commit b2a1f06

Please sign in to comment.