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 8, 2024
1 parent 8d8aec6 commit 65763ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/errors.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 65763ef

Please sign in to comment.