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 30, 2024
1 parent c9ebba9 commit 740778d
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 @@ -24,8 +24,8 @@
"name": "SessionNotApprovedError",
"regex": "SessionNotApproved",
"description": "The session you are using has not been permitted by the user, or is no longer valid",
"causes": ["You are using an invalid session"],
"solutions": ["Request and use a different session from the user instead"]
"causes": ["You are using an invalid session", "You have picked out an incorrect sessionID from the storage client", "You have recently added more sessions to the batch session module and the relevant session you require is no longer automatically found at the last index."],
"solutions": ["Request and use a different session from the user instead", "Ensure you have chose the correct sessionID(s) from the storage client"]
},
{
"name": "SessionRuleViolationError",
Expand Down

0 comments on commit 740778d

Please sign in to comment.