From 3ba63d7184ca47a28ab8bc0bb4610adeb8a73bb3 Mon Sep 17 00:00:00 2001 From: Mark Hulbert <39801222+m-hulbert@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:11:37 +0100 Subject: [PATCH] Remove error code 101005 --- protocol/README.md | 1 - protocol/errors.json | 3 +-- protocol/errorsHelp.json | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/protocol/README.md b/protocol/README.md index c6c44d4..df759ba 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -58,7 +58,6 @@ Codes for Asset Tracking are maintained externally. | 101002 | Lock request exists | | 101003 | Lock is locked | | 101004 | Lock invalidated | -| 101005 | Lock released | ## Agents diff --git a/protocol/errors.json b/protocol/errors.json index ecf3ea9..bfa8a62 100644 --- a/protocol/errors.json +++ b/protocol/errors.json @@ -173,6 +173,5 @@ "101001": "must enter a space to perform this operation", "101002": "lock request already exists", "101003": "lock is currently locked", - "101004": "lock was invalidated by a concurrent lock request which now holds the lock", - "101005": "lock was released" + "101004": "lock was invalidated by a concurrent lock request which now holds the lock" } diff --git a/protocol/errorsHelp.json b/protocol/errorsHelp.json index 6428622..42e0401 100644 --- a/protocol/errorsHelp.json +++ b/protocol/errorsHelp.json @@ -72,6 +72,5 @@ "101001": "https://faqs.ably.com/error-code-101001", "101002": "https://faqs.ably.com/error-code-101002", "101003": "https://faqs.ably.com/error-code-101003", - "101004": "https://faqs.ably.com/error-code-101004", - "101004": "https://faqs.ably.com/error-code-101005" + "101004": "https://faqs.ably.com/error-code-101004" }