From 8ad1e458bc7104aa14ef97cceaad2ce8dd303a05 Mon Sep 17 00:00:00 2001 From: John Diamond Date: Wed, 14 Mar 2018 15:56:24 +0100 Subject: [PATCH] Add 40144 code for JSON Web Token-specific errors --- protocol/errors.json | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/errors.json b/protocol/errors.json index 84fb5e39..99301280 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -42,6 +42,7 @@ "40141": "token revoked", "40142": "token expired", "40143": "token unrecognised", + "40144": "invalid JWT format", "40150": "connection blocked (limits exceeded)", "40160": "operation not permitted with provided capability", "40170": "error from client token callback",