From 47a7f08997b64d9c2ebe5dd94fc9c1af89d20db3 Mon Sep 17 00:00:00 2001 From: Andy Ford Date: Wed, 13 Dec 2023 15:54:08 +0000 Subject: [PATCH] Error code for token auth only Adds an error code to indicate that the operation in question may only be performed by a client that is using token auth. --- protocol/errors.json | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol/errors.json b/protocol/errors.json index 568d072..4a9cb8b 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -66,6 +66,7 @@ "40163": "operation not permitted, key not marked as permitting revocable tokens", "40170": "error from client token callback", "40171": "no means provided to renew auth token", + "40172": "operation only permitted with token auth", "40300": "forbidden", "40310": "account does not permit tls connection",