errors: Publish AIT error codes and the codes merged since the last bump - #3507
Open
lmars wants to merge 1 commit into
Open
errors: Publish AIT error codes and the codes merged since the last bump#3507lmars wants to merge 1 commit into
lmars wants to merge 1 commit into
Conversation
Bump the ably-common submodule to main (5c27578) and regenerate the error code pages from the registry, per errors/README.md's publishing steps. The AI Transport SDK's own codes are the reason for the bump: 104000- 104013, which document the SDK's errors alongside the platform's. The bump also picks up the entries merged to ably-common since the submodule was last moved, so this publishes them too: - 40167 untrusted_client_type_declaration - 50205 routing_layer_connection_refused - 50305 routing_layer_request_failed - 50306 region_temporarily_disabled - 50405 routing_layer_timed_out - 61002 device_registration_client_id_mismatch Generated with yarn generate:errors; no existing page changed, so the diff is the 20 new pages, their rows in the codes index, and two new 61xxx and 104xxx sections. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes the error registry entries that have merged to
ably-commonsince this submodule was last bumped, following the publishing steps in the registry's README.ably-commonsubmodule from3bcbe0atomain(5c27578).yarn generate:errors.The AI Transport SDK's own codes are the reason for the bump, from ably-common#353:
streamed_message_finalize_failedsession_subscription_failedrun_cancel_handler_failedrun_lifecycle_event_publish_failedsession_closedsession_send_failedsession_continuity_not_guaranteedsession_channel_not_readyrun_response_stream_failedsession_message_processing_failedadopted_run_start_not_observedsession_history_fetch_failedrun_steer_handler_failedrun_cancel_routing_failedBumping to
mainalso picks up six entries merged before it, so this publishes them too: 40167untrusted_client_type_declaration, 50205routing_layer_connection_refused, 50305routing_layer_request_failed, 50306region_temporarily_disabled, 50405routing_layer_timed_out, and 61002device_registration_client_id_mismatch.No existing page changed, so the diff is the 20 new pages, their rows in the codes index, and two new
61xxxand104xxxsections.check-error-docswas reproduced locally against the committed tree and reports no drift.🤖 Generated with Claude Code