From 740778d4a1a2e01e574e3bbfdc1e4d4f72588adf Mon Sep 17 00:00:00 2001 From: joepegler Date: Thu, 30 May 2024 10:38:17 +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 1922619..0a26765 100644 --- a/docs/errors.json +++ b/docs/errors.json @@ -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",