Skip to content

Commit

Permalink
Merge pull request #217 from ably/mmb-292-remove-error-101005
Browse files Browse the repository at this point in the history
[MMB-292] Remove error code 101005
  • Loading branch information
lmars authored Sep 8, 2023
2 parents f6af309 + 3ba63d7 commit 5557c14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions protocol/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 1 addition & 2 deletions protocol/errorsHelp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 5557c14

Please sign in to comment.