From 65763ef35d3cf7882b0cda89f3e5fe6ed0cbc212 Mon Sep 17 00:00:00 2001 From: joepegler Date: Wed, 8 May 2024 17:20:21 +0100 Subject: [PATCH] Update errors.json --- docs/errors.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/errors.json b/docs/errors.json index 83589c2..8f6b1af 100644 --- a/docs/errors.json +++ b/docs/errors.json @@ -1,4 +1,11 @@ [ + { + "name": "SessionRuleViolationError", + "regex": "ABISV Arg Rule Violated", + "description": "One of the rules you have applied to your session has caused your transaction to revert", + "causes": ["The ABI Session Validation rules you have applied prevent your tx from executing"], + "solutions": ["Check documentation here: https://bcnmy.github.io/biconomy-client-sdk/interfaces/Rule.html for detail for how to correctly apply your session permissions"] + }, { "name": "SmartAccountInsufficientFundsError", "regex": "aa21",