From b2a1f061bb61cca85cf2ff0490a0501532a59f27 Mon Sep 17 00:00:00 2001 From: joepegler Date: Fri, 17 May 2024 13:04:48 +0100 Subject: [PATCH] Update errors.json --- docs/errors.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/errors.json b/docs/errors.json index 33f4b82..0dd561a 100644 --- a/docs/errors.json +++ b/docs/errors.json @@ -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",