Skip to content

errors: update annotation error messages#307

Closed
mschristensen wants to merge 1 commit into
mainfrom
feature/PUB-1676-annotations-error-codes
Closed

errors: update annotation error messages#307
mschristensen wants to merge 1 commit into
mainfrom
feature/PUB-1676-annotations-error-codes

Conversation

@mschristensen

Copy link
Copy Markdown
Contributor

Avoid references to "namespace" which is not terminology we use externally.

Removes 93003 which is a duplicate of 93002 and is unused in Realtime and in SDKs.

Avoid references to "namespace" which is not terminology we use
externally.

Removes 93003 which is a duplicate of 93002 and is unused in Realtime
and in SDKs.
@mschristensen mschristensen marked this pull request as draft June 16, 2025 16:02
@lmars

lmars commented Jul 9, 2026

Copy link
Copy Markdown
Member

@mschristensen we recently updated how error codes are maintained in this repo, and as part of that, the title and summary of the codes changed in this PR are now:

  • 93001 - Annotation listener without annotation_subscribe mode
    An annotation listener was added to a channel that had not requested the annotation_subscribe mode in its channel options. Annotations are only delivered to clients that explicitly request them, so the listener will not receive anything.
  • 93002 - Message annotations, updates, appends, and deletes not enabled
    An operation could not be performed because the channel did not have the 'Message annotations, updates, appends, and deletes' rule enabled.

Given these don't use the "namespace" terminology, and there is no 93003 error code in the registry, I'm going to assume this PR is no longer needed.

@lmars lmars closed this Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants