Skip to content

Add support for custom error message and link in codec server for namespaces. Closes #408#409

Merged
anekkanti merged 2 commits intomainfrom
feat/codec-server-custom-error-message
Mar 24, 2026
Merged

Add support for custom error message and link in codec server for namespaces. Closes #408#409
anekkanti merged 2 commits intomainfrom
feat/codec-server-custom-error-message

Conversation

@billrich2001
Copy link
Copy Markdown
Contributor

@billrich2001 billrich2001 commented Mar 17, 2026

What was changed

Add optional fields to codec_server for custom error message and link

Why?

Spurred by customer ticket; Match functionality with UI.

Checklist

  1. Closes [Feature Request] codec_server custom error message and link #408

  2. How was this tested:
    Added unit tests, and ran against existing tests and CI

  3. Any docs updates needed?
    Auto generated with changes


Note

Medium Risk
Moderate risk because it extends the codec_server schema and request/response mapping for namespaces, which can affect plan/state and API payloads, but changes are additive and covered by new unit/acceptance tests.

Overview
Adds optional codec_server.custom_error_message and codec_server.custom_error_link to the temporalcloud_namespace resource and exposes the same fields as computed outputs on the temporalcloud_namespace(s) data sources.

Updates the namespace spec/state mapping to read/write these fields to the Cloud API (CustomErrorMessage.Default.{Message,Link}), and expands test coverage (acceptance + unit) to validate null vs set behaviors and import stability. Docs are regenerated to reflect the new attributes.

Written by Cursor Bugbot for commit 203e4e3. This will update automatically on new commits. Configure here.

@billrich2001 billrich2001 requested a review from a team as a code owner March 17, 2026 22:02
@anekkanti
Copy link
Copy Markdown
Member

bugbot run

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

@anekkanti anekkanti merged commit ca91889 into main Mar 24, 2026
9 of 10 checks passed
@anekkanti anekkanti deleted the feat/codec-server-custom-error-message branch March 24, 2026 20:59
@anekkanti
Copy link
Copy Markdown
Member

@billrich2001 Thank you for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] codec_server custom error message and link

2 participants